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 nodejs#29994
  • Loading branch information
bcoe committed Oct 21, 2019
1 parent a5bab21 commit d63d519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ added: v12.12.0
Enable experimental Source Map V3 support for stack traces.

Note, that `--enable-source-maps` does not work in conjunction with the
`Error.prepareStackTrace` hook.

### `--es-module-specifier-resolution=mode`
<!-- YAML
added: v12.0.0
Expand Down

0 comments on commit d63d519

Please sign in to comment.