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?)]
|
||||
(if continue? proc
|
||||
(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)))))))
|
||||
|
||||
(def default-opts
|
||||
|
|
|
|||
Loading…
Reference in a new issue