Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Sep 17, 2024
1 parent b6944b7 commit e767a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/ZStandardDecompress.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e767a89

Please sign in to comment.