fix: lint

This commit is contained in:
Ferdinand Linnenberg 2024-09-17 11:20:37 +02:00
parent b6944b7ab6
commit e767a89b61

View file

@ -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