You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subsystem: unknown
Local Version: v8.9.4
Local Platform: ver says version 10.0.16299.248, 64-bit
AppVeyor Versions: v6, v8, v9
AppVeyor Platform: ver says version 10.0.16299.248, 64-bit
Full issue description (copied from the reproduction repo)
After being assigned the value of '', the value of process.env.foo can sometimes be observed to be undefined.
This seems to only happen in Windows environments.
It also happens rather unpredictibly (yet consistently). There are two tests in the tests dir: symptom.js and no-symptom.js. symptom.js will show the symptom on Windows and no-symptom.js will not. But look how similar the two tests are, and how the difference would not be expected to change the outcome.
The text was updated successfully, but these errors were encountered:
See #14593, I’m pretty certain this is a duplicate of that. The fix (#18463) will be included the next v8.x release (#18336, you can try the RC that’s linked there) and has been released in v9.6.0.
Thanks for all the work you’ve put into this reproduction, though! It’s really appreciated.
I’m closing this as a duplicate, but feel free to ask if this should be re-opened or you have any questions about it.
The value of process.env.foo can sometimes be observed to be undefined after being assigned the value of ''
Please see zenflow/node-bug-windows-process-dot-env for a full reproduction, with execution set up on Travis CI and AppVeyor CI.
Subsystem: unknown
Local Version: v8.9.4
Local Platform:
ver
says version 10.0.16299.248, 64-bitAppVeyor Versions: v6, v8, v9
AppVeyor Platform:
ver
says version 10.0.16299.248, 64-bitFull issue description (copied from the reproduction repo)
The text was updated successfully, but these errors were encountered: