Skip to content

Commit 1dde617

Browse files
TheUnlockedtargos
authored andcommitted
doc: fix --enable-source-maps flag in v12.12.0 changelog
Corrects "--source-map-support" to "--enable-source-maps". Fixes: #29959 PR-URL: #29960 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent e5e2dfa commit 1dde617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/changelogs/CHANGELOG_V12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* **fs**:
5959
* Introduce `opendir()` and `fs.Dir` to iterate through directories [#29349](https://github.com/nodejs/node/pull/29349)
6060
* **process**:
61-
* Add source-map support to stack traces by using `--source-map-support`[#29564](https://github.com/nodejs/node/pull/29564)
61+
* Add source-map support to stack traces by using `--enable-source-maps`[#29564](https://github.com/nodejs/node/pull/29564)
6262
* **tls**:
6363
* Honor `pauseOnConnect` option [#29635](https://github.com/nodejs/node/pull/29635)
6464
* Add option for private keys for OpenSSL engines [#28973](https://github.com/nodejs/node/pull/28973)

0 commit comments

Comments
 (0)