lib/cryptum/option/choice.rb in cryptum-0.0.385 vs lib/cryptum/option/choice.rb in cryptum-0.0.386

- old
+ new

@@ -16,13 +16,12 @@ :market_trend_reset, :market_trend_reset_label rescue Interrupt # Exit Gracefully if CTRL+C is Pressed During Session - Cryptum::UI::Exit.gracefully(which_self: self) + Cryptum::UI::Exit.gracefully rescue StandardError => e # Produce a Stacktrace for anything else - Curses.close_screen raise e end end end