mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +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