mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-20 22:01:45 -07:00
Merge cef5aee0cb into 4deaa0de20
This commit is contained in:
commit
26a515d08c
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class A1Z26CipherDecode extends Operation {
|
|||
const delim = Utils.charRep(args[0] || "Space");
|
||||
|
||||
if (input.length === 0) {
|
||||
return [];
|
||||
return "";
|
||||
}
|
||||
|
||||
const bites = input.split(delim);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue