Skip to content

Commit 9945d08

Browse files
committed
Fix function to pass configuration
1 parent b4f2a66 commit 9945d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xiana/hotreload.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@
4040
(do
4141
(reload!)
4242
(restart-fn))
43-
(recur)))))
43+
(recur)))
44+
cfg))

0 commit comments

Comments
 (0)