We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7f072 commit b1d653fCopy full SHA for b1d653f
lib/zip/uncompress_stream.js
@@ -72,7 +72,6 @@ class ZipUncompressStream extends UncompressBaseStream {
72
}
73
74
_write(chunk, _encoding, callback) {
75
- // push to _chunks array, this will only happen once, for stream will be unpiped.
76
this._chunks.push(chunk);
77
debug('write size: %d, chunks: %d', chunk.length, this._chunks.length);
78
callback();
0 commit comments