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