[GH-ISSUE #172] Show Empty Lines #119

Closed
opened 2026-03-03 16:04:35 +03:00 by kerem · 2 comments
Owner

Originally created by @nayrnet on GitHub (Jul 14, 2019).
Original GitHub issue: https://github.com/mthenw/frontail/issues/172

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/

Originally created by @nayrnet on GitHub (Jul 14, 2019). Original GitHub issue: https://github.com/mthenw/frontail/issues/172 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/
kerem closed this issue 2026-03-03 16:04:36 +03:00
Author
Owner

@mthenw commented on GitHub (Jul 21, 2019):

Hey, can you create a PR for that?

<!-- gh-comment-id:513584244 --> @mthenw commented on GitHub (Jul 21, 2019): Hey, can you create a PR for that?
Author
Owner

@nayrnet commented on GitHub (Jul 22, 2019):

done

<!-- gh-comment-id:513617452 --> @nayrnet commented on GitHub (Jul 22, 2019): done
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#119
No description provided.