File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 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.
189189
190190### ` --prof-process `
191191<!-- YAML
192- added: v6.0 .0
192+ added: v5.2 .0
193193-->
194194
195195Process v8 profiler output generated using the v8 option ` --prof ` .
@@ -307,7 +307,7 @@ to an empty string (`""` or `" "`) disables persistent REPL history.
307307
308308### ` NODE_TTY_UNSAFE_ASYNC=1 `
309309<!-- YAML
310- added: 6 .4.0
310+ added: v6 .4.0
311311-->
312312
313313When 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
316316dropped at program exit. ** Use of this mode is not recommended.**
317317
318318### ` NODE_EXTRA_CA_CERTS=file `
319+ <!-- YAML
320+ added: v7.3.0
321+ -->
319322
320323When set, the well known "root" CAs (like VeriSign) will be extended with the
321324extra certificates in ` file ` . The file should consist of one or more trusted
You can’t perform that action at this time.
0 commit comments