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

Error doesn't show original code position #37

Open
3cp opened this issue May 20, 2020 · 0 comments
Open

Error doesn't show original code position #37

3cp opened this issue May 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@3cp
Copy link
Member

3cp commented May 20, 2020

The error proxied to embedded app console only shows entry-bundle line no and column no.
While the real browser console shows the error with proper source map link, the information (original source map position) is not in the error event object, hence is not sent to the embedded app console.

Might need https://github.com/evanw/node-source-map-support to alter the original error event.

@3cp 3cp added the enhancement New feature or request label May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant