mthenw/frontail

Show Empty Lines

nayrnet opened this issue · 2 comments

Output of my software uses carriage returns to demarc data in the stream..

I accomplished this with a simple hack, modify tail.js to include an option for byline:
byline(process.stdin,{ keepEmptyLines: true }).on

Perhaps this should be configurable from a runtime option.
demo @ https://igate.nayr.net/direwolf/

Hey, can you create a PR for that?

done