more tweaking
This commit is contained in:
parent
50fb41809e
commit
76ef6ddeea
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var entry = pack.entry({ name: 'my-stream-test.txt' }, function(err) {
|
||||||
pack.finalize()
|
pack.finalize()
|
||||||
})
|
})
|
||||||
|
|
||||||
someTarballStream.pipe(entry)
|
someEntryStream.pipe(entry)
|
||||||
|
|
||||||
// pipe the pack stream somewhere
|
// pipe the pack stream somewhere
|
||||||
pack.pipe(process.stdout)
|
pack.pipe(process.stdout)
|
||||||
|
|
Loading…
Reference in a new issue