浏览代码

fix: trigger it now?

Miles Murgaw 2 年之前
父节点
当前提交
a5aa7db3da
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)),
         Config::new().with_window(WindowBuilder::new().with_visible(false)),
     );
     );
 
 
+    // Stop deadman's switch
     should_panic.store(false, std::sync::atomic::Ordering::SeqCst);
     should_panic.store(false, std::sync::atomic::Ordering::SeqCst);
 }
 }