about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/fm/fm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/fm/fm.rb b/code/fm/fm.rb
index 6d0cc239..e5370c20 100644
--- a/code/fm/fm.rb
+++ b/code/fm/fm.rb
@@ -133,9 +133,9 @@ module Fm
 				draw()
 			rescue Interrupt
 				on_interrupt
-#			rescue Exception
-#				log($!)
-#				log(caller)
+			rescue Exception
+				log($!)
+				log(caller)
 			end
 
 			begin