fix(core): update

This commit is contained in:
2024-03-17 00:42:19 +01:00
parent 876c8ce9d8
commit c978ca107b
3 changed files with 5 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class DecompressZipTransform extends plugins.smartstream.SmartDuplex<ArrayBuffer
finalFunction: async () => {
this.unzipper.push(Buffer.from(''), true);
await plugins.smartdelay.delayFor(0);
this.streamtools.push(null);
await this.streamtools.push(null);
}
});
this.unzipper.register(plugins.fflate.UnzipInflate);