chrome-fs icon indicating copy to clipboard operation
chrome-fs copied to clipboard

Readstream.pipe() won't chain

Open No9 opened this issue 10 years ago • 0 comments

https://github.com/No9/chrome-fs/blob/master/test/dat-test/read-stream.js#L33

Should read

   callback()
    })).on('close', function () {

But currently the stream just hangs.

Further investigation required.

No9 avatar Aug 05 '15 10:08 No9