diff options
author | Anna Henningsen <anna@addaleax.net> | 2020-01-14 22:12:14 +0100 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-02-17 10:27:13 -0800 |
commit | 1e08d3c2f16070709d9903a8b36521284e5b1d06 (patch) | |
tree | db1e4f2e37fe49545f5af09e0ce6d226541914b5 /doc | |
parent | 7c4f1ed03063a3e4e514727ddecfef213a683959 (diff) | |
download | node-new-1e08d3c2f16070709d9903a8b36521284e5b1d06.tar.gz |
doc: correct added version for --abort-on-uncaught-exception
PR-URL: https://github.com/nodejs/node/pull/31360
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index 4b283ceb16..bb053193f5 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -54,7 +54,7 @@ the next argument will be used as a script filename. ### `--abort-on-uncaught-exception` <!-- YAML -added: v0.10 +added: v0.10.8 --> Aborting instead of exiting causes a core file to be generated for post-mortem |