From 8fb7852e0bd2a7c7981e9e651a214240e927fef6 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 590e3072184565..c59c266c387711 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,