-
Notifications
You must be signed in to change notification settings - Fork 5.6k
fix(ext/node): dispatch beforeExit/exit events irrespective of listeners #23382
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
Conversation
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.
Nice work, this one is close. Looks like you uncovered a bug in deno coverage
that writes data for modules using node:
specifiers. We will have to fix it before landing this PR - I think you need to add a check in cli/tools/coverage/mod.rs
on line 73 to discard modules starting with node:
Closes #23342
Closes #21757