Skip to content
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

Undefined/null filename on JavaScript errors #129

Open
Arhowk opened this issue Jul 18, 2017 · 0 comments
Open

Undefined/null filename on JavaScript errors #129

Arhowk opened this issue Jul 18, 2017 · 0 comments

Comments

@Arhowk
Copy link

Arhowk commented Jul 18, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants