From 87e935f7fe07430792e4699495a5477b38736567 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 12 Jun 2009 18:52:35 +0200 Subject: uncommented exception handler in fm.rb it was one cause of the "evil bug" eariler, seems to work now. --- code/fm/fm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code/fm/fm.rb') 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 -- cgit 1.4.1-2-gfad0