summaryrefslogtreecommitdiff
path: root/doc/api/cli.md
diff options
context:
space:
mode:
authorbcoe <bencoe@google.com>2019-10-20 22:12:38 -0700
committerbcoe <bencoe@google.com>2019-10-22 23:06:36 -0700
commitb964e771171cdac3e2b86b8a68a153c9f6f42790 (patch)
treea5c073d03deb0bff12ea9f80422ab499ec8f12d8 /doc/api/cli.md
parent4187fcb2001581004280685e78ab0f249d8347e7 (diff)
downloadandroid-node-v8-b964e771171cdac3e2b86b8a68a153c9f6f42790.tar.gz
android-node-v8-b964e771171cdac3e2b86b8a68a153c9f6f42790.tar.bz2
android-node-v8-b964e771171cdac3e2b86b8a68a153c9f6f42790.zip
doc: --enable-source-maps and prepareStackTrace are incompatible
document the fact that --enable-source-maps and prepareStackTrace are incompatible, see #29994 PR-URL: https://github.com/nodejs/node/pull/30046 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index ed7fcdcc9e..7769b02194 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -144,6 +144,9 @@ added: v12.12.0
Enable experimental Source Map V3 support for stack traces.
+Currently, overriding `Error.prepareStackTrace` is ignored when the
+`--enable-source-maps` flag is set.
+
### `--es-module-specifier-resolution=mode`
<!-- YAML
added: v12.0.0