diff options
Diffstat (limited to 'code/fm/fm.rb')
-rw-r--r-- | code/fm/fm.rb | 6 |
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 |