From 68ad669dc7de12f12385c055932f687a49edf509 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 8716c0037822dd..995ae72a931aba 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -666,14 +666,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,