fix: trigger it now?

This commit is contained in:
Miles Murgaw 2023-07-05 12:52:54 -04:00
parent c14b942fda
commit a5aa7db3da

View file

@ -20,6 +20,7 @@ pub(crate) fn check_app_exits(app: Component) {
Config::new().with_window(WindowBuilder::new().with_visible(false)),
);
// Stop deadman's switch
should_panic.store(false, std::sync::atomic::Ordering::SeqCst);
}