Closed bajtos closed 10 years ago
/to @nodejitsu Comments?
Fwiw, I mildly prefer cb(err,status, stdout, stderr) as callback arg sequence... but not unless docs and tests are changed to match.
We have merged the pull request to our fork. I am closing this pull request unresolved because there was no reply from the project maintainers for several months.
FYI I remerged this into master from your upstream. @bajtos @sam-github you both have push & pull access now. let me know your npm usernames and I'll add you there as well.
Nice, thank you. Here are our npm usernames:
Added. Thanks for taking over maintenance.
First of all, 587f600 introduced backwards incompatible API change that broke unit-tests. I have changed the order of callback parameters so that the API stays backwards compatible.
The main purpose of this pull request is to allow users to specify their own environment variables.
P.S. I am not able to run the full test suite. I verified my implementation by running individual tests, i.e.