Juul / tail-stream

Like `tail -f` but a stream. Like fs.createReadStream but keeps reading as the file grows.
Other
33 stars 13 forks source link

Fixed bug where pushing null upon ending stream might be prevented, thus never passing the message that the stream is closed. Also added callback to avoid "DeprecationWarning: Calling an asynchronous function without callback is deprecated". #13

Closed plastbox closed 7 years ago

plastbox commented 7 years ago

Fixed bug where pushing null upon ending stream might be prevented, thus never passing the message that the stream is closed. Also added callback to avoid "DeprecationWarning: Calling an asynchronous function without callback is deprecated".

Juul commented 7 years ago

Thanks!

Juul commented 7 years ago

I have invited you as a collaborator on this github project and added you as an owner on the npm module so you don't have to wait for me to push changes and publish new versions on npm :)