-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
src: fix typo in process.env accessor error message #47014
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Can you update your commit message to conform to commit style guidelines? @moritzraho |
@moritzraho can you please fix the lint issue? |
@lpinca yup done |
I hate to bring it up - but can someone please tell me it's OK for this not to be semver-major because even though it changes an error message it's extremely unlikely fro this particular error and error message to be checked in a way where this can break stuff in practice? |
It changes the error message, but it doesn't change the error code, so this shouldn't need to be semver-major. |
Landed in 070c9a8 |
PR-URL: #47014 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #47014 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#47014 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Tiny commit to fix a missing white space in the error message "'process.env' does not accept anaccessor(getter/setter) descriptor".