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 1aa7f4d

Browse filesBrowse files
richardlauaddaleax
authored andcommitted
doc: fix metadata for v11.8.0 doc changes
Refs: 641de82 PR-URL: #25709 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 4b43eea commit 1aa7f4d
Copy full SHA for 1aa7f4d

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+14
-14
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+9-9Lines changed: 9 additions & 9 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ $ source node_bash_completion
7777

7878
### `--diagnostic-report-directory=directory`
7979
<!-- YAML
80-
added: v11.7.0
80+
added: v11.8.0
8181
-->
8282

8383
Location at which the report will be generated.
8484

8585
### `--diagnostic-report-filename=filename`
8686
<!-- YAML
87-
added: v11.7.0
87+
added: v11.8.0
8888
-->
8989

9090
Name of the file to which the report will be written.
9191

9292
### `--diagnostic-report-on-fatalerror`
9393
<!-- YAML
94-
added: v11.7.0
94+
added: v11.8.0
9595
-->
9696

9797
Enables the report to be triggered on fatal errors (internal errors within
@@ -102,7 +102,7 @@ consumption etc. to reason about the fatal error.
102102

103103
### `--diagnostic-report-on-signal`
104104
<!-- YAML
105-
added: v11.7.0
105+
added: v11.8.0
106106
-->
107107

108108
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
111111

112112
### `--diagnostic-report-signal=signal`
113113
<!-- YAML
114-
added: v11.7.0
114+
added: v11.8.0
115115
-->
116116

117117
Sets or resets the signal for report generation (not supported on Windows).
118118
Default signal is `SIGUSR2`.
119119

120120
### `--diagnostic-report-uncaught-exception`
121121
<!-- YAML
122-
added: v11.7.0
122+
added: v11.8.0
123123
-->
124124

125125
Enables report to be generated on un-caught exceptions, if
@@ -128,7 +128,7 @@ conjunction with native stack and other runtime environment data.
128128

129129
### `--diagnostic-report-verbose`
130130
<!-- YAML
131-
added: v11.7.0
131+
added: v11.8.0
132132
-->
133133

134134
Flag that enables additional information to be printed during report generation.
@@ -150,7 +150,7 @@ Enable experimental ES module support and caching modules.
150150

151151
### `--experimental-policy`
152152
<!-- YAML
153-
added: v11.7.0
153+
added: v11.8.0
154154
-->
155155

156156
Use the specified file as a security policy.
@@ -164,7 +164,7 @@ Enable experimental top-level `await` keyword support in REPL.
164164

165165
### `--experimental-report`
166166
<!-- YAML
167-
added: v11.7.0
167+
added: v11.8.0
168168
-->
169169

170170
Enable experimental diagnostic report feature.
Collapse file

‎doc/api/policy.md‎

Copy file name to clipboardExpand all lines: doc/api/policy.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Policies
22

3-
<!--introduced_in=v11.7.0-->
3+
<!--introduced_in=v11.8.0-->
44
<!-- type=misc -->
55

66
> Stability: 1 - Experimental
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ relied upon to exist.
16621662

16631663
### process.report.getReport([err])
16641664
<!-- YAML
1665-
added: v11.7.0
1665+
added: v11.8.0
16661666
-->
16671667

16681668
* `err` {Object}
@@ -1682,7 +1682,7 @@ at [report documentation][].
16821682

16831683
### process.report.setDiagnosticReportOptions([options]);
16841684
<!-- YAML
1685-
added: v11.7.0
1685+
added: v11.8.0
16861686
-->
16871687

16881688
Set the runtime configuration of diagnostic report data capture. Upon invocation
@@ -1731,7 +1731,7 @@ at [report documentation][].
17311731

17321732
### process.report.triggerReport([filename][, err])
17331733
<!-- YAML
1734-
added: v11.7.0
1734+
added: v11.8.0
17351735
-->
17361736

17371737
* `filename` {string} The file to write into. The `filename` should be
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ being issued by trusted CA (`options.ca`).
10231023
<!-- YAML
10241024
added: v0.11.3
10251025
changes:
1026-
- version: v11.7.0
1026+
- version: v11.8.0
10271027
pr-url: https://github.com/nodejs/node/pull/25517
10281028
description: The `timeout` option is supported now.
10291029
- version: v8.0.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.