mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Better error.
This commit is contained in:
parent
aab9c31c62
commit
9e87f2625f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class KobaltExecutor(name: String, threadCount: Int)
|
|||
}
|
||||
}
|
||||
if (ex != null) {
|
||||
error(if (ex.message != null) ex.message!! else ex.javaClass.toString())
|
||||
error(ex.toString())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue