tmoreno / open-log-viewer

A multi-platform log viewer built with Electron and styled with Material Design
GNU General Public License v3.0
311 stars 47 forks source link

If a line starts with more than 4 spaces the line is whited #16

Closed aureleS closed 4 years ago

aureleS commented 4 years ago

I think it is caused by the tab separator after fourth space to show a tab. testlog.log

tmoreno commented 4 years ago

Hi Aurele,

I've just fixed the bug reported by you

https://github.com/tmoreno/open-log-viewer/releases/tag/1.4.1

Please, check if the problem is solved.

Thanks for your contribution!

aureleS commented 4 years ago

Hi Thomas, it works fine, thanks !