fix(core): update

This commit is contained in:
2024-03-17 00:35:17 +01:00
parent 2dcb10d233
commit 7327bf1bd0
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ class DecompressZipTransform extends plugins.smartstream.SmartDuplex<ArrayBuffer
if (final) {
const streamFile = plugins.smartfile.StreamFile.fromBuffer(resultBuffer);
streamFile.relativeFilePath = fileArg.name;
this.streamtools.push(fileArg);
this.streamtools.push(streamFile);
}
}
fileArg.start();