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