Fix bug in start-with-args
This commit is contained in:
parent
6591a4731c
commit
f250941b12
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@
|
||||||
(defn start-with-args [xs & states]
|
(defn start-with-args [xs & states]
|
||||||
(reset! -args xs)
|
(reset! -args xs)
|
||||||
(if (first states)
|
(if (first states)
|
||||||
(start states)
|
(apply start states)
|
||||||
(start)))
|
(start)))
|
||||||
|
|
||||||
(defn start-with [with]
|
(defn start-with [with]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue