mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #92] [CLOSED] Fix line breaks for large lines #193
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#193
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?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/92
Author: @mefjush
Created: 2/23/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
3918c92Fix line breaks for large lines918e469Apply Travis syntax suggestions3b07798Apply more Travis syntax suggestions49506d0Apply more more Travis syntax suggestions📊 Changes
1 file changed (+8 additions, -4 deletions)
View changed files
📝
lib/tail.js(+8 -4)📄 Description
There was a problem when reading large lines (up to 18030 chars).
Some lines were fine, but in many cases a prefix of a line was missing.
The fix is based on this snipplet:
https://gist.github.com/TooTallNate/1785026
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.