mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
add timestamp to log
This commit is contained in:
@@ -3513,7 +3513,7 @@
|
||||
@network-online-cursor ; is online
|
||||
(or (= ::stop (:state (state/get-file-sync-state))) ;; state=stopped
|
||||
(nil? (state/get-file-sync-state)))) ;; the whole sync state not inited yet, happens when app starts without network
|
||||
(println "trying to restart sync...")
|
||||
(println "trying to restart sync..." (tc/to-string (t/now)))
|
||||
(<sync-start))
|
||||
(recur))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user