You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/node.1
+8-14
Original file line number
Diff line number
Diff line change
@@ -138,11 +138,6 @@ keyword support in REPL.
138
138
.ItFl-experimental-specifier-resolution
139
139
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'
140
140
.
141
-
.ItFl-experimental-report
142
-
Enable experimental
143
-
.Sydiagnosticreport
144
-
feature.
145
-
.
146
141
.ItFl-experimental-vm-modules
147
142
Enable experimental ES module support in VM module.
148
143
.
@@ -299,16 +294,16 @@ will be written.
299
294
.ItFl-report-on-fatalerror
300
295
Enables the
301
296
.Sydiagnosticreport
302
-
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
303
-
.Sy--experimental-report
304
-
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.
297
+
to be triggered on fatal errors (internal errors within the Node.js runtime such
298
+
as out of memory) that leads to termination of the application. Useful to
299
+
inspect various diagnostic data elements such as heap, stack, event loop state,
300
+
resource consumption etc. to reason about the fatal error.
305
301
.
306
302
.ItFl-report-on-signal
307
303
Enables
308
304
.Sydiagnosticreport
309
-
to be generated upon receiving the specified (or predefined) signal to the running Node.js process, if
310
-
.Sy--experimental-report
311
-
is enabled. Default signal is SIGUSR2.
305
+
to be generated upon receiving the specified (or predefined) signal to the
306
+
running Node.js process. Default signal is SIGUSR2.
312
307
.
313
308
.ItFl-report-signal
314
309
Sets or resets the signal for
@@ -318,9 +313,8 @@ generation (not supported on Windows). Default signal is SIGUSR2.
318
313
.ItFl-report-uncaught-exception
319
314
Enables
320
315
.Sydiagnosticreport
321
-
to be generated on un-caught exceptions, if
322
-
.Sy--experimental-report
323
-
is enabled. Useful when inspecting JavaScript stack in conjunction with native stack and other runtime environment data.
316
+
to be generated on un-caught exceptions. Useful when inspecting JavaScript
317
+
stack in conjunction with native stack and other runtime environment data.
0 commit comments