From f72feb7d70057d223b1131a0527c06a025eaddd0 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 535a139b41d1e2..277dfd1691f935 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -648,14 +648,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,