lib/swing_helpers.rb in sensible-cinema-0.23.2 vs lib/swing_helpers.rb in sensible-cinema-0.23.3

- old
+ new

@@ -38,12 +38,11 @@ @block = block add_action_listener do |e| begin block.call rescue Exception => e - puts 'got fatal exception in button', e, e.class + puts 'got fatal exception thrown in button [ignoring]', e, e.class puts e.backtrace.join("\n"), e - System.exit(1) # LODO no exit [?] once jruby cleans up their act... end end self end