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

Support option to mirror exit status #88

Closed
AndersDJohnson opened this issue Dec 31, 2017 · 5 comments
Closed

Support option to mirror exit status #88

AndersDJohnson opened this issue Dec 31, 2017 · 5 comments

Comments

@AndersDJohnson
Copy link

AndersDJohnson commented Dec 31, 2017

Support an option to internally call process.exit(result.status).

@satazor
Copy link
Contributor

satazor commented Dec 31, 2017

Is that something that Node.js does?

@satazor
Copy link
Contributor

satazor commented Jan 20, 2018

Closing because lack of feedback.

@satazor satazor closed this as completed Jan 20, 2018
@AndersDJohnson
Copy link
Author

I am not aware of such a feature in Node. Is 1:1 feature parity a goal here?

@satazor
Copy link
Contributor

satazor commented Jan 20, 2018

Yep, the goal is to be a drop-in replacement for nodejs spawn.

@satazor
Copy link
Contributor

satazor commented Jan 20, 2018

If you are looking for more high-level spawn/exec, I would suggest you to use https://github.com/sindresorhus/execa, which uses cross-spawn underneath.

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

No branches or pull requests

2 participants