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

fix(utils.execution): cmd file should exit with an error code #1893

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pcharmoille
Copy link

This will allow file execution through another shell to catch the exit code.

example:

color 00
cmd file.cmd
echo %errorlevel%
> 0  # instead of 1

closes: #1892

This will allow file execution through another shell to catch
the exit code.

example:
```file.cmd
color 00
```
```
cmd file.cmd
echo %errorlevel%
> 0  # instead of 1
```
@pcharmoille pcharmoille requested a review from a team as a code owner December 12, 2024 13:28
Copy link

CLA Not Signed

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

Successfully merging this pull request may close these issues.

Binary suite exit code on windows
1 participant