We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6259c2d commit c90571fCopy full SHA for c90571f
doc/api/process.md
@@ -2247,7 +2247,8 @@ exception value itself as its first argument.
2247
If such a function is set, the [`'uncaughtException'`][] event will
2248
not be emitted. If `--abort-on-uncaught-exception` was passed from the
2249
command line or set through [`v8.setFlagsFromString()`][], the process will
2250
-not abort.
+not abort. Actions configured to take place on exceptions such as report
2251
+generations will be affected too
2252
2253
To unset the capture function,
2254
`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
0 commit comments