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 acd3617 commit 8bd364aCopy full SHA for 8bd364a
doc/api/process.md
@@ -2272,7 +2272,8 @@ exception value itself as its first argument.
2272
If such a function is set, the [`'uncaughtException'`][] event will
2273
not be emitted. If `--abort-on-uncaught-exception` was passed from the
2274
command line or set through [`v8.setFlagsFromString()`][], the process will
2275
-not abort.
+not abort. Actions configured to take place on exceptions such as report
2276
+generations will be affected too
2277
2278
To unset the capture function,
2279
`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
0 commit comments