Skip to content

Commit 8632f04

Browse files
committed
modernize repl connect in repl sample
1 parent fa5e785 commit 8632f04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/repl/src/repl/test.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
;[clojure.reflect :as reflect]
1212
))
1313

14-
(repl/connect "http://localhost:9000/repl")
14+
(defonce conn
15+
(repl/connect "http://localhost:9000/repl"))
1516

1617
(comment
1718

0 commit comments

Comments
 (0)