@@ -77,21 +77,21 @@ $ source node_bash_completion
77
77
78
78
### ` --diagnostic-report-directory=directory `
79
79
<!-- YAML
80
- added: v11.7 .0
80
+ added: v11.8 .0
81
81
-->
82
82
83
83
Location at which the report will be generated.
84
84
85
85
### ` --diagnostic-report-filename=filename `
86
86
<!-- YAML
87
- added: v11.7 .0
87
+ added: v11.8 .0
88
88
-->
89
89
90
90
Name of the file to which the report will be written.
91
91
92
92
### ` --diagnostic-report-on-fatalerror `
93
93
<!-- YAML
94
- added: v11.7 .0
94
+ added: v11.8 .0
95
95
-->
96
96
97
97
Enables the report to be triggered on fatal errors (internal errors within
@@ -102,7 +102,7 @@ consumption etc. to reason about the fatal error.
102
102
103
103
### ` --diagnostic-report-on-signal `
104
104
<!-- YAML
105
- added: v11.7 .0
105
+ added: v11.8 .0
106
106
-->
107
107
108
108
Enables report to be generated upon receiving the specified (or predefined)
@@ -111,15 +111,15 @@ The signal to trigger the report is specified through `--diagnostic-report-signa
111
111
112
112
### ` --diagnostic-report-signal=signal `
113
113
<!-- YAML
114
- added: v11.7 .0
114
+ added: v11.8 .0
115
115
-->
116
116
117
117
Sets or resets the signal for report generation (not supported on Windows).
118
118
Default signal is ` SIGUSR2 ` .
119
119
120
120
### ` --diagnostic-report-uncaught-exception `
121
121
<!-- YAML
122
- added: v11.7 .0
122
+ added: v11.8 .0
123
123
-->
124
124
125
125
Enables report to be generated on un-caught exceptions, if
@@ -128,7 +128,7 @@ conjunction with native stack and other runtime environment data.
128
128
129
129
### ` --diagnostic-report-verbose `
130
130
<!-- YAML
131
- added: v11.7 .0
131
+ added: v11.8 .0
132
132
-->
133
133
134
134
Flag that enables additional information to be printed during report generation.
@@ -150,7 +150,7 @@ Enable experimental ES module support and caching modules.
150
150
151
151
### ` --experimental-policy `
152
152
<!-- YAML
153
- added: v11.7 .0
153
+ added: v11.8 .0
154
154
-->
155
155
156
156
Use the specified file as a security policy.
@@ -164,7 +164,7 @@ Enable experimental top-level `await` keyword support in REPL.
164
164
165
165
### ` --experimental-report `
166
166
<!-- YAML
167
- added: v11.7 .0
167
+ added: v11.8 .0
168
168
-->
169
169
170
170
Enable experimental diagnostic report feature.
0 commit comments