diff --git a/doc/api/cli.md b/doc/api/cli.md index bb053193f5b785..42ef76031eb0eb 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -779,6 +779,13 @@ added: v13.5.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`