added System/exit in the main

This commit is contained in:
Yogthos 2014-12-25 11:28:42 -05:00
parent 8173f5e103
commit faf60f5c37

View file

@ -317,4 +317,5 @@
(write-exception e)))))) (write-exception e))))))
(defn -main [] (defn -main []
(compile-assets-timed)) (compile-assets-timed)
(System/exit 0))