Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
src: disable abort exceptions for module loading#50987
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
src: disable abort exceptions for module loading #50987
Uh oh!
There was an error while loading. Please reload this page.
Conversation
7e81ca2 to 080b5c9CompareUh oh!
There was an error while loading. Please reload this page.
080b5c9 to 43020e5Comparenodejs-github-bot commented Dec 1, 2023
nodejs-github-bot commented Dec 1, 2023
nodejs-github-bot commented Dec 1, 2023
Uh oh!
There was an error while loading. Please reload this page.
joyeecheung commented Dec 1, 2023
The commit message is not quite accurate, it should be something like "disable uncaught exception abortion for ESM syntax detection" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
43020e5 to ae34969Comparenodejs-github-bot commented Dec 2, 2023
targos left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want at least an answer on #50987 (comment)
ae34969 to 86d275aCompareanonrig commented Dec 3, 2023
Sorry @targos. I missed your comment! It seems your suggestion is better. I applied the proposed changes. |
nodejs-github-bot commented Dec 3, 2023
nodejs-github-bot commented Dec 3, 2023
nodejs-github-bot commented Dec 3, 2023
Landed in 951d00d |
PR-URL: #50987 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Backport-PR-URL: nodejs#51989
PR-URL: #50987 Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
Fixes#50878.
Thanks @joyeecheung for the tip on temporarily disable
abort_on_uncaught_exceptionwhile checking for modules.cc @nodejs/loaders @nodejs/cpp-reviewers