Trying to print out the error preventing execution

This commit is contained in:
2023-03-29 20:10:56 -07:00
parent 8223485f9c
commit 076b3119cb

View File

@@ -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))))