Skip to content

Commit

Permalink
Fix typo (#5884)
Browse files Browse the repository at this point in the history
  • Loading branch information
bew authored and RX14 committed Mar 29, 2018
1 parent c2efaff commit 4927ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kernel.cr
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ module AtExitHandlers
end

if ex = @@exception
# Print the registered exception(s) after all at_exit handlers, to make sure
# the user sees them.
# Print the exception after all at_exit handlers, to make sure
# the user sees it.

STDERR.print "Unhandled exception: "
ex.inspect_with_backtrace(STDERR)
Expand Down

0 comments on commit 4927ecc

Please sign in to comment.