diff --git a/lib/count_down_timer_jruby_swing.rb b/lib/count_down_timer_jruby_swing.rb index 16e1990..7c552c8 100644 --- a/lib/count_down_timer_jruby_swing.rb +++ b/lib/count_down_timer_jruby_swing.rb @@ -127,6 +127,7 @@ def setup_pomo_name minutes begin @real_name = SwingHelpers.get_user_input("name for next pomodoro (from top of list)? #{minutes}m", Storage['real_name']) rescue Exception => canceled + puts 'exiting...' close end Storage['real_name'] = @real_name