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

feat(node): support uncaughtException and uncaughtExceptionMonitor #2460

Merged
merged 5 commits into from
Jul 25, 2022

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Jul 22, 2022

This commit adds support for the uncaughtException and uncaughtExceptionMonitor events on the process object.

Blocked on denoland/deno#15279

This commit adds support for the uncaughtException and
uncaughtExceptionMonitor events on the process object.
node/process.ts Outdated Show resolved Hide resolved
@cjihrig cjihrig marked this pull request as ready for review July 25, 2022 15:07
@cjihrig cjihrig requested a review from kt3k as a code owner July 25, 2022 15:07
@cjihrig cjihrig requested a review from bartlomieju July 25, 2022 15:07
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cjihrig cjihrig merged commit 02b433e into denoland:main Jul 25, 2022
@cjihrig cjihrig deleted the uncaught branch July 25, 2022 15:28
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.

2 participants