mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
fix: lint
This commit is contained in:
parent
b6944b7ab6
commit
e767a89b61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue