2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

minor fix

This commit is contained in:
bwhitn
2017-12-17 22:15:13 -05:00
parent f9ddee7d80
commit a9e60d3450

View File

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