Skip to content

Commit

Permalink
Resolves nodejs#29959
Browse files Browse the repository at this point in the history
Corrects "--source-map-support" to "--enable-source-maps"
  • Loading branch information
TheUnlocked committed Oct 14, 2019
1 parent 4ca61f4 commit c3eea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c3eea4c

Please sign in to comment.