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
Actually, looks like there's even more problems with 'string' handling. When the value is in int format, it's always getting parsed as int, so the value is getting truncated:
$ ./script.js -a 1312868311701071952
debug: [20223:index.js] account=1312868311701072000, file=null, max=null
I set a option as 'string':
And this works well in most cases EXCEPT when the value is a number:
In this case,
typeof (options.account)
isnumber
. Can you do a covert to String when you do acli.getValue(...)
?Thanks!
The text was updated successfully, but these errors were encountered: