minor [skip ci]
This commit is contained in:
parent
d7075ffad0
commit
7ab0ccd19e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
zero-exit?)]
|
zero-exit?)]
|
||||||
(if continue? proc
|
(if continue? proc
|
||||||
(do (when-not zero-exit?
|
(do (when-not zero-exit?
|
||||||
(log-error "Terminating with non-zero exit code: " exit-code))
|
(log-error "Terminating with non-zero exit code:" exit-code))
|
||||||
(System/exit exit-code)))))))
|
(System/exit exit-code)))))))
|
||||||
|
|
||||||
(def default-opts
|
(def default-opts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue