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

Implement process.on("uncaughtException", ...) #10902

Merged
merged 14 commits into from
May 9, 2024

Conversation

gvilums
Copy link
Contributor

@gvilums gvilums commented May 7, 2024

What does this PR do?

Implements the following:

  • process.on("unhandledRejection", fn)
  • process.on("uncaughtException", fn).
  • process.on("uncaughtExceptionMonitor", fn).
  • process.setUncaughtExceptionCaptureCallback(fn)

Resolves #429
Resolves #5091

How did you verify your code works?

There are tests

@gvilums gvilums marked this pull request as ready for review May 8, 2024 20:16
@Jarred-Sumner Jarred-Sumner merged commit c378feb into main May 9, 2024
41 of 52 checks passed
@Jarred-Sumner Jarred-Sumner deleted the georgijs/process-on-exception branch May 9, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants