diff --git a/doc/api/cli.md b/doc/api/cli.md index d323e24f3ecf96..a64c426c2515cf 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -821,6 +821,13 @@ added: v12.16.0 Prints a stack trace whenever an environment is exited proactively, i.e. invoking `process.exit()`. +### `--trace-sigint` + + +Prints a stack trace on SIGINT. + ### `--trace-sync-io`