From c1c2c6bb41987ba8474374de948a03b593db6324 Mon Sep 17 00:00:00 2001 From: promostarr Date: Mon, 17 Apr 2017 16:08:35 +0100 Subject: [PATCH] Redone --- .idea/workspace.xml | 16 ++++++++-------- notification.rb | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9aefc45..26519b1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -17,7 +17,7 @@ - + @@ -27,8 +27,8 @@ - - + + @@ -268,12 +268,12 @@ - + @@ -351,8 +351,8 @@ - - + + diff --git a/notification.rb b/notification.rb index f9b6429..41256d3 100644 --- a/notification.rb +++ b/notification.rb @@ -42,7 +42,8 @@ jan.gsay(jan.roll) end - rescue Exception => e + rescue Exception => e + puts e.backtrace puts "Error: " + e.message end end