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
For some errors and bugs in JavaScript, the console will occasionally give "undefined" as the position of the bug instead of the file causing the issue, like
! [undefined, line 29, column 10] unexpected identifier;
it would be helpful to have the actual file and line number so that we can debug the issues without it just failing like that.
It is believed to be due to passing bad arguments to internal functions but I'm not entirely certain on that
The text was updated successfully, but these errors were encountered:
For some errors and bugs in JavaScript, the console will occasionally give "undefined" as the position of the bug instead of the file causing the issue, like
! [undefined, line 29, column 10] unexpected identifier;
it would be helpful to have the actual file and line number so that we can debug the issues without it just failing like that.
It is believed to be due to passing bad arguments to internal functions but I'm not entirely certain on that
The text was updated successfully, but these errors were encountered: