Print {:run-completed true} at end of run
This commit is contained in:
parent
6c38a87460
commit
177f3ad1eb
@ -39,6 +39,7 @@
|
|||||||
(defn cleanup
|
(defn cleanup
|
||||||
[]
|
[]
|
||||||
#?(:clj (shutdown-agents))
|
#?(:clj (shutdown-agents))
|
||||||
|
(prn {:run-completed true})
|
||||||
nil)
|
nil)
|
||||||
|
|
||||||
(defn gp-loop
|
(defn gp-loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user