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