tail icon indicating copy to clipboard operation
tail copied to clipboard

continue sending output lines read after StopAtEOF was called

Open grigorijski opened this issue 1 year ago • 0 comments

If StopAtEOF is called, then all lines futher read from file are ignored. This fix allows to still return all data read until EOF.

Fixes https://github.com/nxadm/tail/issues/37

grigorijski avatar Jul 24 '24 11:07 grigorijski