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, t… #12

Closed plastbox closed 7 years ago

plastbox commented 7 years ago

…hus never passing the message that the stream is closed. Also added callback to avoid "DeprecationWarning: Calling an asynchronous function without callback is deprecated".