Skip to content

Commit

Permalink
On error exit with error code 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed May 15, 2024
1 parent 50f593e commit c843056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/test.cr
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module Mint
rescue error : Error
terminal.reset
terminal.puts error.to_terminal
exit(1)
end
end
end
Expand Down

0 comments on commit c843056

Please sign in to comment.