Przeglądaj źródła

fix: sync shouldn't stop when its state is idle

Tienson Qin 2 lat temu
rodzic
commit
936a53437f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/frontend/fs/sync.cljs

+ 1 - 1
src/main/frontend/fs/sync.cljs

@@ -2769,7 +2769,7 @@
           pause
           (<! (.schedule this ::pause nil nil))
           :else
-          (<! (.schedule this ::stop nil nil))))))
+          nil))))
 
   (full-sync [this]
     (go