mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Better error.
This commit is contained in:
parent
9f00303e9d
commit
904ccb157e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ private class Main @Inject constructor(
|
|||
try {
|
||||
result = runWithArgs(jc, args, argv)
|
||||
} catch(ex: KobaltException) {
|
||||
error("", ex)
|
||||
error("", ex.cause ?: ex)
|
||||
result = 1
|
||||
} finally {
|
||||
executors.shutdown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue