Skip to content

Commit 68ad669

Browse files
cjihrigtargos
authored andcommitted
cli, report: move --report-on-fatalerror to stable
This commit moves the last experimental feature of diagnostic reports to stable status. PR-URL: nodejs#32496 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 39247b5 commit 68ad669

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,14 +666,15 @@ Name of the file to which the report will be written.
666666
<!-- YAML
667667
added: v11.8.0
668668
changes:
669+
- version: REPLACEME
670+
pr-url: https://github.com/nodejs/node/pull/32496
671+
description: This option is no longer considered experimental.
669672
- version: v12.0.0
670673
pr-url: https://github.com/nodejs/node/pull/27312
671674
description: changed from `--diagnostic-report-on-fatalerror` to
672675
`--report-on-fatalerror`
673676
-->
674677

675-
> Stability: 1 - Experimental
676-
677678
Enables the report to be triggered on fatal errors (internal errors within
678679
the Node.js runtime such as out of memory) that lead to termination of the
679680
application. Useful to inspect various diagnostic data elements such as heap,

0 commit comments

Comments
 (0)