more tweaking

This commit is contained in:
Mathias Buus 2014-10-01 17:55:37 -07:00
parent 50fb41809e
commit 76ef6ddeea

View file

@ -37,7 +37,7 @@ var entry = pack.entry({ name: 'my-stream-test.txt' }, function(err) {
pack.finalize()
})
someTarballStream.pipe(entry)
someEntryStream.pipe(entry)
// pipe the pack stream somewhere
pack.pipe(process.stdout)