co-exec
co-exec copied to clipboard
nodejs core exec() function thunk wrapper for "co"
Sometimes we need to get the error message from the exec. It can be in stderr or stdout depending on executable implementation...
It would be great to have access to stderr as well as stdout. Off the cuff, https://github.com/visionmedia/co-exec/blob/master/index.js#L15 could be changed to return an object containing both stdout and stderr.
I am a bot. I add repository fields to package.json files because they're super useful for npm.
Pushing the latest version to npm would solve it since you already merged the PR to add the repository.