Skip to content

Commit

Permalink
Fix the sad path during test runner initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed May 15, 2024
1 parent 4f0305a commit 50f593e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/test.cr
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ module Mint

exit(1) unless succeeded
end
rescue error : Error
terminal.reset
terminal.puts error.to_terminal
end
end
end
Expand Down

0 comments on commit 50f593e

Please sign in to comment.