diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3590d52..9aefc45 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -27,8 +27,8 @@ - - + + @@ -268,12 +268,12 @@ - - + + diff --git a/notification.rb b/notification.rb index 21fa516..f9b6429 100644 --- a/notification.rb +++ b/notification.rb @@ -43,6 +43,6 @@ end rescue Exception => e - puts "Error: " + e.message + " TRACE:" + e.backtrace + puts "Error: " + e.message end end