mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
minor fix
This commit is contained in:
parent
298e8e8491
commit
2b47631f4d
@ -57,7 +57,7 @@ const Arithmetic = {
|
||||
if (num === null) {
|
||||
return "";
|
||||
}
|
||||
return num;
|
||||
return num.toString();
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user