mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix typos in doc/api/cli.md
PR-URL: https://github.com/nodejs/node/pull/38163 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -200,13 +200,13 @@ changes:
|
||||
|
||||
Enable [Source Map v3][Source Map] support for stack traces.
|
||||
|
||||
When using a transpiler, such as TypeScript, strack traces thrown by an
|
||||
When using a transpiler, such as TypeScript, stack traces thrown by an
|
||||
application reference the transpiled code, not the original source position.
|
||||
`--enable-source-maps` enables caching of Source Maps and makes a best
|
||||
effort to report stack traces relative to the original source file.
|
||||
|
||||
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
|
||||
modifiying the stack trace.
|
||||
modifying the stack trace.
|
||||
|
||||
### `--experimental-abortcontroller`
|
||||
<!-- YAML
|
||||
|
||||
Reference in New Issue
Block a user