Skip to content

Commit b09d165

Browse files
committed
patch: Fix getter for repl-env
1 parent dd0401b commit b09d165

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/dev/clojurephant/tooling

1 file changed

+1
-1
lines changed

src/main/clojure/dev/clojurephant/tooling/cljs.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
(defn repl-env!
4545
([id]
46-
(get-in registry [id :repl-env]))
46+
(get-in @registry [id :repl-env]))
4747
([id env]
4848
(swap! registry update-in [id :repl-env]
4949
(fn [old-env]

0 commit comments

Comments
 (0)