diff --git a/doc/api/cli.md b/doc/api/cli.md index 1c04da298b3760..63bd7aaa702609 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1261,6 +1261,9 @@ occurs. One of the following modes can be chosen: set, trigger a warning, and set the process exit code to 1. * `none`: Silence all warnings. +If a rejection happens during the command line entry point's ES module static +loading phase, it will always raise it as an uncaught exception. + ### `--use-bundled-ca`, `--use-openssl-ca`