Skip to content

Commit

Permalink
Fix function to pass configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Apr 9, 2024
1 parent b4f2a66 commit 9945d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xiana/hotreload.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
(do
(reload!)
(restart-fn))
(recur)))))
(recur)))
cfg))

0 comments on commit 9945d08

Please sign in to comment.