-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
src: disable abort exceptions for module loading #50987
Conversation
7e81ca2
to
080b5c9
Compare
080b5c9
to
43020e5
Compare
The commit message is not quite accurate, it should be something like "disable uncaught exception abortion for ESM syntax detection" |
43020e5
to
ae34969
Compare
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
86d275a
Compare
Sorry @targos. I missed your comment! It seems your suggestion is better. I applied the proposed changes. |
Landed in 951d00d |
PR-URL: #50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Backport-PR-URL: nodejs#51989
PR-URL: #50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
Fixes #50878.
Thanks @joyeecheung for the tip on temporarily disable
abort_on_uncaught_exception
while checking for modules.cc @nodejs/loaders @nodejs/cpp-reviewers