We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b109f commit d663396Copy full SHA for d663396
doc/api/cli.md
@@ -280,6 +280,10 @@ effort to report stack traces relative to the original source file.
280
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
281
modifying the stack trace.
282
283
+Note, Accessing `Error.stack` with source maps enabled can be an expensive
284
+operation. Do check out the performance implications of `--enable-source-maps`
285
+at [nodejs/node#41541](https://github.com/nodejs/node/issues/41541).
286
+
287
### `--experimental-global-webcrypto`
288
289
<!-- YAML
0 commit comments