fix(core): update

This commit is contained in:
2023-11-11 19:55:19 +01:00
parent be5f3912cf
commit 0e61bd7c9a
4 changed files with 10 additions and 8 deletions

View File

@@ -142,7 +142,9 @@ export class SmartArchive {
streamFileIntake.push(streamFile);
streamFileIntake.signalEnd();
}
},
}, {
objectMode: true
}
);
archiveStream.pipe(createAnalyzedStream()).pipe(createUnpackStream());