Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bew committed Mar 11, 2018
1 parent 33a9c22 commit 9206818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.cr
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module AtExitHandlers

def self.add_exception(ex : Exception)
# Prepend a handler for this exception. It will run after all at_exit
# handlers, to make sure the user sees the exception if any.
# handlers, to make sure the user sees the exception.
handlers.unshift ->(status : Int32) { ex.inspect_with_backtrace(STDERR) }
end

Expand Down

0 comments on commit 9206818

Please sign in to comment.