-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line numbers broken if multiple game functions in stack trace #891
Comments
@kognise Can you please add some commentary here that explains this issue? |
Stack traces with multiple entries in the game file are incorrectly parsed and thus the line number is miscalculated for all but the first item. Test case: function hi() {
throw new Error('hi')
}
hi() |
@samdev-7 Just pinging this are you still working on this? If not can you remove the assignment and move this back to the "todo" queue? |
I've been trying, but no progress so far. It would be good to move it back to todo. |
gonna take a crack - looks like a big PITA |
No description provided.
The text was updated successfully, but these errors were encountered: