mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Patch for testing error
> Strings must use doublequote quotes
This commit is contained in:
parent
54d6c7b506
commit
068a94d61b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class GeneratePassword extends Operation {
|
||||||
resultArray[i] = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
|
resultArray[i] = alphabet.charAt(Math.floor(Math.random() * alphabet.length));
|
||||||
}
|
}
|
||||||
|
|
||||||
return resultArray.join('');
|
return resultArray.join("");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue