diff --git a/doc/api/cli.md b/doc/api/cli.md index 4d9d4a97096efb..9339c372e049eb 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -178,6 +178,14 @@ added: v8.0.0 Enable loading native modules compiled with the ABI-stable Node.js API (N-API) (experimental). +## `--abort-on-uncaught-exception` + + +Aborting instead of exiting causes a core file to be generated for post-mortem +analysis using a debugger (such as `lldb`, `gdb`, and `mdb`). + ### `--trace-warnings`