mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #172] Show Empty Lines #119
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#119
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 }).onPerhaps this should be configurable from a runtime option.
demo @ https://igate.nayr.net/direwolf/
@mthenw commented on GitHub (Jul 21, 2019):
Hey, can you create a PR for that?
@nayrnet commented on GitHub (Jul 22, 2019):
done