mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
chore: add debugger
This commit is contained in:
committed by
Tienson Qin
parent
8c5314d449
commit
72277222d9
@@ -12,7 +12,7 @@
|
||||
(def ^:private undo-redo-states (atom {}))
|
||||
(def *pause-listener (atom false))
|
||||
|
||||
(defn- get-state
|
||||
(defn get-state
|
||||
[]
|
||||
(let [repo (state/get-current-repo)]
|
||||
(assert (string? repo) "Repo should satisfy string?")
|
||||
|
||||
Reference in New Issue
Block a user