File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Track heap object allocations for heap snapshots.
189
189
190
190
### ` --prof-process `
191
191
<!-- YAML
192
- added: v6.0 .0
192
+ added: v5.2 .0
193
193
-->
194
194
195
195
Process v8 profiler output generated using the v8 option ` --prof ` .
@@ -307,7 +307,7 @@ to an empty string (`""` or `" "`) disables persistent REPL history.
307
307
308
308
### ` NODE_TTY_UNSAFE_ASYNC=1 `
309
309
<!-- YAML
310
- added: 6 .4.0
310
+ added: v6 .4.0
311
311
-->
312
312
313
313
When set to ` 1 ` , writes to ` stdout ` and ` stderr ` will be non-blocking and
@@ -316,6 +316,9 @@ Setting this will void any guarantee that stdio will not be interleaved or
316
316
dropped at program exit. ** Use of this mode is not recommended.**
317
317
318
318
### ` NODE_EXTRA_CA_CERTS=file `
319
+ <!-- YAML
320
+ added: v7.3.0
321
+ -->
319
322
320
323
When set, the well known "root" CAs (like VeriSign) will be extended with the
321
324
extra certificates in ` file ` . The file should consist of one or more trusted
You can’t perform that action at this time.
0 commit comments