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

fix: ensure global script errors reach console #182

Merged
merged 1 commit into from
Sep 11, 2021
Merged

fix: ensure global script errors reach console #182

merged 1 commit into from
Sep 11, 2021

Conversation

guybedford
Copy link
Owner

Fixes #181.

With the new error handling changes global errors were propagating to onerror and the script load event but not to the console unhandled rejection.

Improved on 0.12 and made this an uncaught error instead of an unhandled promise rejection as well to more closely match normal script errors.

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

Successfully merging this pull request may close these issues.

v0.13 seems to be gobbling up exceptions
1 participant