From c4da682437c7ca1e75c4346ac59337902834486d Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 25 Mar 2020 23:11:56 -0400 Subject: [PATCH] cli, report: move --report-on-fatalerror to stable This commit moves the last experimental feature of diagnostic reports to stable status. PR-URL: https://github.com/nodejs/node/pull/32496 Reviewed-By: Gireesh Punathil Reviewed-By: Jiawen Geng Reviewed-By: James M Snell --- doc/api/cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 80eb48e1e1dcf1..2c60e9c5b1dc3e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -667,14 +667,15 @@ Name of the file to which the report will be written. -> Stability: 1 - Experimental - Enables the report to be triggered on fatal errors (internal errors within the Node.js runtime such as out of memory) that lead to termination of the application. Useful to inspect various diagnostic data elements such as heap,