Show backtrace and bail out hard on panic
1 files changed, 2 insertions(+), 1 deletions(-) M lib/blather_notify.rb
M lib/blather_notify.rb => lib/blather_notify.rb +2 -1
@@ 28,7 28,8 @@ module BlatherNotify def self.panic(e) warn e.message - exit 2 + warn e.backtrace + exit! 2 end def self.wait_then_exit