Skip to content

Commit

Permalink
doc: --enable-source-maps and prepareStackTrace are incompatible
Browse files Browse the repository at this point in the history
document the fact that --enable-source-maps and prepareStackTrace are
incompatible, see #29994

PR-URL: #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>
  • Loading branch information
bcoe authored and MylesBorins committed Oct 23, 2019
1 parent d561321 commit 89b9115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/cli.md
Expand Up @@ -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
Expand Down

0 comments on commit 89b9115

Please sign in to comment.