lib/cryptum/ui/ticker.rb in cryptum-0.0.381 vs lib/cryptum/ui/ticker.rb in cryptum-0.0.382

- old
+ new

@@ -297,10 +297,13 @@ ticker_win.refresh event_history rescue Interrupt # Exit Gracefully if CTRL+C is Pressed During Session - Cryptum.exit_gracefully(which_self: self) + Cryptum::UI::Exit.gracefully( + which_self: self, + event_history: event_history + ) rescue StandardError => e raise e end # Display Usage for this Module