mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
minor fix
This commit is contained in:
parent
298e8e8491
commit
2b47631f4d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const Arithmetic = {
|
||||||
if (num === null) {
|
if (num === null) {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
return num;
|
return num.toString();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue