🚑 Fix typo
This commit is contained in:
parent
a6de035101
commit
03128a2920
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default function extractFileStream(file: ISsnFileEntry, inputStream: stre
|
||||||
curStream = curStream.pipe(decryptTransform);
|
curStream = curStream.pipe(decryptTransform);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (skipDecompression) {
|
if (!skipDecompression) {
|
||||||
//pipe into decompression
|
//pipe into decompression
|
||||||
const decompressTransform = zlib.createInflateRaw();
|
const decompressTransform = zlib.createInflateRaw();
|
||||||
decompressTransform.on('error', (error) => {
|
decompressTransform.on('error', (error) => {
|
||||||
|
|
Loading…
Reference in a new issue