diff --git a/doc/api/process.md b/doc/api/process.md index e9472c66b0a1f6..f2dd0c18d5cc00 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2272,7 +2272,8 @@ exception value itself as its first argument. If such a function is set, the [`'uncaughtException'`][] event will not be emitted. If `--abort-on-uncaught-exception` was passed from the command line or set through [`v8.setFlagsFromString()`][], the process will -not abort. +not abort. Actions configured to take place on exceptions such as report +generations will be affected too To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this