summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorUnlocked <10186337+TheUnlocked@users.noreply.github.com>2019-10-13 19:03:38 -0700
committerAnna Henningsen <anna@addaleax.net>2019-10-14 15:00:10 +0200
commitc62503994a5db6cfca0597d36b05b39eecc6da27 (patch)
tree583b8d7e683ee85c4f81fe691c6d859786f5e0a5 /doc/changelogs
parent5f80df882057522c38c30b99f4bf25d82c68f662 (diff)
downloadandroid-node-v8-c62503994a5db6cfca0597d36b05b39eecc6da27.tar.gz
android-node-v8-c62503994a5db6cfca0597d36b05b39eecc6da27.tar.bz2
android-node-v8-c62503994a5db6cfca0597d36b05b39eecc6da27.zip
doc: fix --enable-source-maps flag in v12.12.0 changelog
Corrects "--source-map-support" to "--enable-source-maps". Fixes: https://github.com/nodejs/node/issues/29959 PR-URL: https://github.com/nodejs/node/pull/29960 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V12.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md
index 3f82d4bf9f..bfda787aa9 100644
--- a/doc/changelogs/CHANGELOG_V12.md
+++ b/doc/changelogs/CHANGELOG_V12.md
@@ -58,7 +58,7 @@
* **fs**:
* Introduce `opendir()` and `fs.Dir` to iterate through directories [#29349](https://github.com/nodejs/node/pull/29349)
* **process**:
- * Add source-map support to stack traces by using `--source-map-support`[#29564](https://github.com/nodejs/node/pull/29564)
+ * Add source-map support to stack traces by using `--enable-source-maps`[#29564](https://github.com/nodejs/node/pull/29564)
* **tls**:
* Honor `pauseOnConnect` option [#29635](https://github.com/nodejs/node/pull/29635)
* Add option for private keys for OpenSSL engines [#28973](https://github.com/nodejs/node/pull/28973)