mirror of
https://github.com/gchq/CyberChef
synced 2026-02-17 18:09:21 +00:00
minor fix
This commit is contained in:
@@ -57,7 +57,7 @@ const Arithmetic = {
|
||||
if (num === null) {
|
||||
return "";
|
||||
}
|
||||
return num;
|
||||
return num.toString();
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user