diff --git a/doc/api/cli.md b/doc/api/cli.md index e28614111cf873..46026e3fe27b44 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -215,6 +215,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`