Skip to content

Commit 8bd364a

Browse files
PoojaDurgaddanielleadams
authored andcommitted
doc: add new wordings to the API description
PR-URL: #35588 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent acd3617 commit 8bd364a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/process.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,8 @@ exception value itself as its first argument.
22722272
If such a function is set, the [`'uncaughtException'`][] event will
22732273
not be emitted. If `--abort-on-uncaught-exception` was passed from the
22742274
command line or set through [`v8.setFlagsFromString()`][], the process will
2275-
not abort.
2275+
not abort. Actions configured to take place on exceptions such as report
2276+
generations will be affected too
22762277

22772278
To unset the capture function,
22782279
`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this

0 commit comments

Comments
 (0)