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
In PR #949@goodwin64 pointed out that the last console.log statement actually output -0 in the browsers native console. The JS editor output 0 though so, there is a bug somewhere in the output formatting that discards the -
The text was updated successfully, but these errors were encountered:
In PR #949 @goodwin64 pointed out that the last
console.log
statement actually output-0
in the browsers native console. The JS editor output0
though so, there is a bug somewhere in the output formatting that discards the-
The text was updated successfully, but these errors were encountered: