-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
node: require LocalAppData variable #19132
Conversation
This avoids path inconsistencies on Windows XP. Hat tip to @MicahZoltu for catching this so quickly.
Minor comment. This will result in a panic on Windows XP, but it will work for everyone on Windows 7+. If you don't otherwise support Windows XP (not sure why you would at this point, it is really old and end of lifed by Microsoft), then this change is great. |
Sorry for being unclear (and spamming your inbox!). Comment is correct, feedback about panic on XP was just related to PR description that said "avoids path inconsistencies on Windows XP", which the casual reader may interpret to mean "works on Windows XP". :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll believe you it's correct.
* node: require LocalAppData variable This avoids path inconsistencies on Windows XP. Hat tip to @MicahZoltu for catching this so quickly. * node: fix typo
* node: require LocalAppData variable This avoids path inconsistencies on Windows XP. Hat tip to @MicahZoltu for catching this so quickly. * node: fix typo
This avoids path inconsistencies on Windows XP.
Hat tip to @MicahZoltu for catching this so quickly.