diff --git a/doc/api/cli.md b/doc/api/cli.md index 4b2f78d94a..b6d778f5ac 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -208,6 +208,14 @@ added: v2.1.0 Prints a stack trace whenever synchronous I/O is detected after the first turn of the event loop. +### `--force-async-hooks-checks` + + +Enables runtime checks for `async_hooks`. These can also be enabled dynamically +by enabling one of the `async_hooks` hooks. + ### `--trace-events-enabled`