-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
docs: state when the promise returned by execa will be rejected #361
Comments
Hi @yxliang01, The promise is rejected in the same circumstances as
Additionally the child process might time out or be canceled, which are additional features provided by Execa. Based on this I am not sure the documentation should state it. I would be happy to accept a PR if you thought otherwise though. |
Implemented in #364. |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no clear statement describing the situation when the promise returned by
execa
will be rejected. I currently assume it's same as the nodejs's built-inchild_process.spawn
, confirmation needed.Thanks
The text was updated successfully, but these errors were encountered: