diff --git a/doc/api/cli.md b/doc/api/cli.md index 821f82be1d2a6e..731ddfbc95bd48 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -820,6 +820,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`