-
Notifications
You must be signed in to change notification settings - Fork 12
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
process.env alteration? #94
Labels
Comments
Good find, fixing now |
Fixed by #95 |
A fix is published in v4.3.2 of this package, you should be able to run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm investigating why I have this error when I try to perform a child_process.exec with linters activated, here:
AtomLinter/linter-jshint#191
I made a diff of process.env in Atom, before and after linters activation, and this one seems very suspicious:
So the OS is deleted somewhere. I just fast-explored the commits and maybe this one is related because there is some env management modification:
42b68ca
What do you think? Is that normal?
Thanks!
The text was updated successfully, but these errors were encountered: