Trying to print out the error preventing execution
This commit is contained in:
@@ -19,5 +19,9 @@
|
|||||||
(log/info "Stopping " name)
|
(log/info "Stopping " name)
|
||||||
(Thread/sleep 15000)
|
(Thread/sleep 15000)
|
||||||
(mount/stop)))
|
(mount/stop)))
|
||||||
|
(catch Exception e
|
||||||
|
(log/error "ERROR" e)
|
||||||
|
(println e)
|
||||||
|
(throw e))
|
||||||
(finally
|
(finally
|
||||||
(System/exit 0))))
|
(System/exit 0))))
|
||||||
|
|||||||
Reference in New Issue
Block a user