Explorar o código

fix: trigger it now?

Miles Murgaw %!s(int64=2) %!d(string=hai) anos
pai
achega
a5aa7db3da
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/desktop/headless_tests/events.rs

+ 1 - 0
packages/desktop/headless_tests/events.rs

@@ -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);
 }