Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: --enable-source-maps and prepareStackTrace are incompatible
document the fact that --enable-source-maps and prepareStackTrace are
incompatible, see #29994
  • Loading branch information
bcoe committed Oct 21, 2019
commit d63d51968c9cf5cd445d4b2ff1fa915066e39d42
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
Comment thread
bcoe marked this conversation as resolved.
Outdated
`Error.prepareStackTrace` hook.
Comment thread
joyeecheung marked this conversation as resolved.
Outdated

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