added System/exit in the main
This commit is contained in:
parent
8173f5e103
commit
faf60f5c37
1 changed files with 2 additions and 1 deletions
|
@ -317,4 +317,5 @@
|
|||
(write-exception e))))))
|
||||
|
||||
(defn -main []
|
||||
(compile-assets-timed))
|
||||
(compile-assets-timed)
|
||||
(System/exit 0))
|
||||
|
|
Loading…
Reference in a new issue