diff --git a/doc/api/cli.md b/doc/api/cli.md index 70a22ad50387fb..16686e417a9931 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1262,6 +1262,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`