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

- old
+ new

@@ -277,10 +277,13 @@ order_execute_details_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