From dab205748dde60c0e3a895ee864fd06c79f66fba Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 19 Aug 2022 12:42:29 +0800 Subject: [PATCH] doc,report: document special filenames Filenames `stdout` and `stderr` have special meanings when writing the report. PR-URL: https://github.com/nodejs/node/pull/44257 Reviewed-By: Gireesh Punathil Reviewed-By: Erick Wendel Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen --- doc/api/cli.md | 3 +++ doc/api/process.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 96527710c85cb4..232f8fd77394e8 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1072,6 +1072,9 @@ changes: Name of the file to which the report will be written. +If the filename is set to `'stdout'` or `'stderr'`, the report is written to +the stdout or stderr of the process respectively. + ### `--report-on-fatalerror`