chore: add debugger

This commit is contained in:
Konstantinos Kaloutas
2023-04-10 11:13:18 +03:00
committed by Tienson Qin
parent 8c5314d449
commit 72277222d9
3 changed files with 54 additions and 3 deletions

View File

@@ -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?")