You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that there are breaking changes between 2 and 3 related to the code, but I am wondering if the exitCode (and code and errno) should remain or not.
It is hard to tell if this is a jest or execa issue.
It is also reported here: sindresorhus/execa#422
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
Running execa 4.0.0 with the following code results as follow:
When running in jest the following code (execa@4 or execa@3):
code and exitCode are missing.
Running the above test with [email protected] results the following:
I am aware that there are breaking changes between 2 and 3 related to the code, but I am wondering if the exitCode (and code and errno) should remain or not.
It is hard to tell if this is a jest or execa issue.
It is also reported here: sindresorhus/execa#422
The text was updated successfully, but these errors were encountered: