uberjar example: removing trampoline
This commit is contained in:
parent
7624b9c7d5
commit
0ccdffc691
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
(NotStartedState. ~(str state))))))
|
||||
|
||||
(defn- record! [{:keys [ns name]} f done]
|
||||
(let [state (trampoline f)]
|
||||
(let [state (f)]
|
||||
(swap! done conj (ns-resolve ns name))
|
||||
state))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue