Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Replace in with == '' on environment variables check #2

Closed
manvalls opened this issue Dec 10, 2014 · 0 comments
Closed

Replace in with == '' on environment variables check #2

manvalls opened this issue Dec 10, 2014 · 0 comments

Comments

@manvalls
Copy link
Owner

From:

'e' in process.env

to:

process.env.e == ''
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant