Skip to content
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

Include current environment variables for child processess #5

Merged
merged 1 commit into from
Nov 15, 2014

Conversation

vkareh
Copy link
Contributor

@vkareh vkareh commented Nov 6, 2014

When using this module in Mac/Windows with a node app that spawns child processes, those processes lose all their environment variables unless passed explicitly.
Extending over NODE_ENV also ensures the proper value in case a user has it defined as a system-wide environment variable.

@narirou
Copy link
Owner

narirou commented Nov 11, 2014

Hi, @vkareh.
This problem should be fixed and environment values should be inherited as a default.
So I would like to implement it inside of a function.

Thanks.

@narirou narirou closed this Nov 11, 2014
@narirou narirou reopened this Nov 11, 2014
@narirou narirou merged commit adf28d9 into narirou:master Nov 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants