diff --git a/doc/api/cli.md b/doc/api/cli.md index ca4d565cbca72a..c455d29859f68b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1232,6 +1232,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`