Daniel David Kovacs

Results 1 comments of Daniel David Kovacs

It is indeed still an issue. ``` const ts = require('tail-stream'); var tstream = ts.createReadStream('nope.txt', { beginAt: 'end', waitForCreate: true, onMove: 'stay', detectTruncate: false, endOnError: false }); tstream.on('data', function(data) {...