chrome-fs
chrome-fs copied to clipboard
Readstream.pipe() won't chain
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.