Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't rely process.env.hasOwnProperty as in Node <0.9.0 versions it d…
…oesn't work like a proper JS object. ``` $ node -v v0.8.28 $ node > typeof process.env 'object' > typeof process.env.hasOwnProperty 'undefined' ``` See: nodejs/node-v0.x-archive#3521
- Loading branch information