Skip to content

Commit

Permalink
Exit silently when rescuing #print from Errno
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Jan 19, 2020
1 parent 7d7b021 commit 62edf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thicket/log.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Thicket
break
end
rescue Errno
puts "CAUGHT!"
exit 1
end

# Takes a single line of raw, colored git log output and manipulates it
Expand Down

0 comments on commit 62edf63

Please sign in to comment.