You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what's causing this, it's stripped from string arguments too. Seems fairly inconsequential but I'll keep it open as a reminder to look into it.
Describe the bug
A single backslash can be placed at the end of an integer.
EG.
-slots 200000\
results in the same thing as-slots 200000
To Reproduce
Afterwards, just run
-slots 200000\
Expected behavior
Raise an error:
Converting to "int" failed for parameter "amount".
Actual behavior
Command runs as if the backslash isn't there.
Screenshots
Environment
Microsoft Windows [Version 10.0.19044.2728]
(testing) and Ubuntu 22.04.1 LTSx86-64 VM
(hosting)The text was updated successfully, but these errors were encountered: