Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8bd364a

Browse filesBrowse 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
Copy full SHA for 8bd364a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.