From c90571ff2a0cab94afe5b7ddbd6b2199e46d518a Mon Sep 17 00:00:00 2001 From: "Pooja D.P" Date: Sat, 10 Oct 2020 22:13:10 +0400 Subject: [PATCH] doc: add new wordings to the API description PR-URL: https://github.com/nodejs/node/pull/35588 Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott --- doc/api/process.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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