diff --git a/doc/api/process.md b/doc/api/process.md index 5aad48fb8ea083..d42686092bc456 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2247,7 +2247,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