2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-10 12:33:16 +00:00

minor fix

This commit is contained in:
bwhitn
2017-12-17 22:15:13 -05:00
parent 298e8e8491
commit 2b47631f4d

View File

@@ -57,7 +57,7 @@ const Arithmetic = {
if (num === null) {
return "";
}
return num;
return num.toString();
},