From 62bfe3d313b716ee7ffc3463c22394b30b7e9d4d Mon Sep 17 00:00:00 2001 From: kai zhu Date: Thu, 3 Dec 2020 03:59:05 -0600 Subject: [PATCH] doc: note v15.0.0 changed default --unhandled-rejections=throw PR-URL: https://github.com/nodejs/node/pull/36361 Reviewed-By: Antoine du Hamel Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Mary Marchini Reviewed-By: Rich Trott --- doc/api/cli.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 3a5780918646db..22bea84fb72b46 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1059,8 +1059,13 @@ Track heap object allocations for heap snapshots. ### `--unhandled-rejections=mode` Using this flag allows to change what should happen when an unhandled rejection