diff --git a/doc/api/process.md b/doc/api/process.md index d75503b0e5ef0c..ed69fcd17dc06d 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2250,7 +2250,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