summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
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)