diff --git a/src/core/operations/ZStandardDecompress.mjs b/src/core/operations/ZStandardDecompress.mjs index a6a53768..3bdcca9b 100644 --- a/src/core/operations/ZStandardDecompress.mjs +++ b/src/core/operations/ZStandardDecompress.mjs @@ -54,7 +54,7 @@ class ZStandardDecompress extends Operation { if (isWorkerEnvironment()) self.sendStatusMessage("Loading ZStandard..."); - return new Promise( (resolve, reject) => { + return new Promise((resolve, reject) => { const compressed = new Uint8Array(input); try { const outChunks = []; // Array of Uint8Array chunks