Skip to content

Commit

Permalink
Include current environmental variables for child processess
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh committed Nov 6, 2014
1 parent 6ebc7a5 commit adf28d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app.isChanged = false;

app.defaultOptions = {
path: '',
env: { NODE_ENV: 'development' },
env: _.extend({ NODE_ENV: 'development' }, process.env),
execArgv: [],
delay: 600,
successMessage: /^server listening$/,
Expand Down

0 comments on commit adf28d9

Please sign in to comment.