-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHANGELOG_V12 - wrong flag listed #29959
Comments
The flag should be "--enable-source-map", was changed during code review. |
@bcoe missing the postfix |
This comment has been minimized.
This comment has been minimized.
Corrects "--source-map-support" to "--enable-source-maps"
might also want to fix the release notes @ https://github.com/nodejs/node/releases/tag/v12.12.0 |
@BridgeAR @nodejs/releasers As far as you know, would there be any problem created by editing the release notes at that location? |
No. I've done that before. |
I just updated the release notes. Thanks a lot for the quick report @AviVahl. |
Irrelevant.
Irrelevant
Release notes for node v12.12.0 say
--source-map-support
, but trying to use it results in:node: bad option: --source-map-support
The actual flag is
--enable-source-maps
.The text was updated successfully, but these errors were encountered: