gimm / gulp-express

gulp plugin for express
56 stars 26 forks source link

Fix parent process environment propagation to child #14

Closed x-cray closed 9 years ago

x-cray commented 9 years ago

Third argument of child_process.spawn was not correct according to the docs. The PR fixes that allowing to pass parent process environment to the child.