summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2020-03-12 23:24:01 -0400
committercjihrig <cjihrig@gmail.com>2020-03-15 13:29:34 -0400
commit9d1a3b6f608d864f3e4b1e8dc667f733f5acdcb8 (patch)
treebc2295a96760ba4ce99f26e9b03d48a70cc70352 /doc/node.1
parent4c64e7c59a655142367a361bae873683208b9f9b (diff)
downloadnode-new-9d1a3b6f608d864f3e4b1e8dc667f733f5acdcb8.tar.gz
doc,lib,src,test: make --experimental-report a nop
This commit makes the --experimental-report CLI flag a no-op. PR-URL: https://github.com/nodejs/node/pull/32242 Fixes: https://github.com/nodejs/node/issues/26293 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.122
1 files changed, 8 insertions, 14 deletions
diff --git a/doc/node.1 b/doc/node.1
index 71325cc1cd..9d75596c60 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -138,11 +138,6 @@ keyword support in REPL.
.It Fl -experimental-specifier-resolution
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'
.
-.It Fl -experimental-report
-Enable experimental
-.Sy diagnostic report
-feature.
-.
.It Fl -experimental-vm-modules
Enable experimental ES module support in VM module.
.
@@ -299,16 +294,16 @@ will be written.
.It Fl -report-on-fatalerror
Enables the
.Sy diagnostic report
-to be triggered on fatal errors (internal errors within the Node.js runtime such as out of memory) that leads to termination of the application, if
-.Sy --experimental-report
-is enabled. Useful to inspect various diagnostic data elements such as heap, stack, event loop state, resource consumption etc. to reason about the fatal error.
+to be triggered on fatal errors (internal errors within the Node.js runtime such
+as out of memory) that leads to termination of the application. Useful to
+inspect various diagnostic data elements such as heap, stack, event loop state,
+resource consumption etc. to reason about the fatal error.
.
.It Fl -report-on-signal
Enables
.Sy diagnostic report
-to be generated upon receiving the specified (or predefined) signal to the running Node.js process, if
-.Sy --experimental-report
-is enabled. Default signal is SIGUSR2.
+to be generated upon receiving the specified (or predefined) signal to the
+running Node.js process. Default signal is SIGUSR2.
.
.It Fl -report-signal
Sets or resets the signal for
@@ -318,9 +313,8 @@ generation (not supported on Windows). Default signal is SIGUSR2.
.It Fl -report-uncaught-exception
Enables
.Sy diagnostic report
-to be generated on un-caught exceptions, if
-.Sy --experimental-report
-is enabled. Useful when inspecting JavaScript stack in conjunction with native stack and other runtime environment data.
+to be generated on un-caught exceptions. Useful when inspecting JavaScript
+stack in conjunction with native stack and other runtime environment data.
.
.It Fl -throw-deprecation
Throw errors for deprecations.