We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These comments explain the issue, but TL;DR: We're using exit_status, but we should use exit_code instead here and here.
exit_status
exit_code
luckyframework/lucky#953 (comment) crystal-lang/crystal#8381 (comment)
The text was updated successfully, but these errors were encountered:
Use exit_code over exit_status due to getting the wrong exit value wh…
a33a2ed
…en an exception happens. exit_status will be deprecated in future versions of crystal. Fixes #434
b17331a
…en an exception happens. exit_status will be deprecated in future versions of crystal. Fixes #434 (#448)
Successfully merging a pull request may close this issue.
These comments explain the issue, but TL;DR: We're using
exit_status
, but we should useexit_code
instead here and here.luckyframework/lucky#953 (comment)
crystal-lang/crystal#8381 (comment)
The text was updated successfully, but these errors were encountered: