You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we should handle it (ie, a domain is active) then call process.setUncaughtExceptionCaptureCallback(fn) to capture errors in the domain system, and immediately remove it with process.setUncaughtExceptionCaptureCallback(null) once handled.
The text was updated successfully, but these errors were encountered:
Since node 16, the approach used here has been causing C++ assertion errors and stack dumps in some cases when handling a rejected promise.
process.setUncaughtExceptionCaptureCallback(fn)
to capture errors in the domain system, and immediately remove it withprocess.setUncaughtExceptionCaptureCallback(null)
once handled.The text was updated successfully, but these errors were encountered: