Skip to content

Commit b1d653f

Browse files
committed
f
1 parent fe7f072 commit b1d653f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/zip/uncompress_stream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class ZipUncompressStream extends UncompressBaseStream {
7272
}
7373

7474
_write(chunk, _encoding, callback) {
75-
// push to _chunks array, this will only happen once, for stream will be unpiped.
7675
this._chunks.push(chunk);
7776
debug('write size: %d, chunks: %d', chunk.length, this._chunks.length);
7877
callback();

0 commit comments

Comments
 (0)