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 uses of .exit_status to prefer .exit_code. #119

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Aug 6, 2021

It turns out that .exit_status is not correct. We want .exit_code.
See discussion here: crystal-lang/crystal#8381

It turns out that `.exit_status` is not correct. We want `.exit_code`.
See discussion here: crystal-lang/crystal#8381
@jemc jemc requested a review from a team August 6, 2021 05:54
@jemc jemc self-assigned this Aug 6, 2021
@jemc jemc merged commit e3d18f7 into main Aug 6, 2021
@jemc jemc deleted the fix/eval-exit-code branch August 6, 2021 21:12
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.

1 participant