-
When I am getting a JavaScript error from the HTML Graphics panel like "Cannot read properties of undefined (reading '0')" is there any way to isolate what line number the error is on? I've got 600+ LOC in my panel and I have read through it three times line-by-line and cannot determine the source of the error. Thank you for any tips or tricks you may have. |
Beta Was this translation helpful? Give feedback.
Answered by
ZuperZee
Jan 10, 2024
Replies: 1 comment 1 reply
-
In the console (ctrl+shift+j) the error code usually has an offset of 2. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
psheehymn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the console (ctrl+shift+j) the error code usually has an offset of 2.