There's an extra newline if your log entries already end with a newline.

I notice that if you're streaming logs, the newline gets stripped.
https://github.com/TylerBrock/saw/blob/master/blade/blade.go#L146-L147
Easy fix though.
a-h@21e6320
Then gives the expected output.

There's an extra newline if your log entries already end with a newline.
I notice that if you're streaming logs, the newline gets stripped.
https://github.com/TylerBrock/saw/blob/master/blade/blade.go#L146-L147
Easy fix though.
a-h@21e6320
Then gives the expected output.