Skip to content

Commit 1ebe009

Browse files
committed
Duh, resume is for stdin, not stdout!
1 parent 0e6f823 commit 1ebe009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var utf8Stream = fs.createReadStream('massiveLogFile.gz')
77
.pipe(strs('utf8'))
88

99
utf8Stream.pipe(process.stdout)
10-
process.stdout.resume()
1110

1211
// Stream from utf8 to hex to base64... Why not, ay.
1312
var hex64Stream = fs.createReadStream('myFile')

0 commit comments

Comments
 (0)