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
In io.js3.x, Using Object.defineProperty with process.env failed in that, process.env will not actually store the value into the environment variables but on the object itself. This also results in subsequent delete operation failed.
Other objects work fine.
The text was updated successfully, but these errors were encountered:
pmq20
added a commit
to pmq20/node
that referenced
this issue
Sep 22, 2015
Originally discovered by @popomore .
In
io.js
3.x
, UsingObject.defineProperty
withprocess.env
failed in that,process.env
will not actually store the value into the environment variables but on the object itself. This also results in subsequent delete operation failed.Other objects work fine.
The text was updated successfully, but these errors were encountered: