mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -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...");
|
if (isWorkerEnvironment()) self.sendStatusMessage("Loading ZStandard...");
|
||||||
return new Promise( (resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const compressed = new Uint8Array(input);
|
const compressed = new Uint8Array(input);
|
||||||
try {
|
try {
|
||||||
const outChunks = []; // Array of Uint8Array chunks
|
const outChunks = []; // Array of Uint8Array chunks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue