tail-stream icon indicating copy to clipboard operation
tail-stream copied to clipboard

uncaught error EBADF

Open hftom opened this issue 7 years ago • 2 comments

Hi,

i'm facing this issue with tail-stream when the log file gets new data after a long time whithout changes. In this case (and with {onMove: 'stay', detectTruncate: true, onTruncate: 'reset', endOnError: false}), tail-stream re-reads the file from its beginning. How could i avoid this and tell tail-stream to reopen and continue reading from the previous position ?

Thanx.

hftom avatar Jun 10 '17 13:06 hftom

Hi. Could you tell me the operating system and node version?

Juul avatar Jun 10 '17 13:06 Juul

This is on OSX Sierra with node 4.4.7

hftom avatar Jun 10 '17 21:06 hftom