mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
printStackTrace.
This commit is contained in:
parent
c9e2c8a811
commit
d6b15dfc8c
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ private class Main @Inject constructor(
|
|||
} catch(ex: KobaltException) {
|
||||
throw ex
|
||||
} catch(ex: Throwable) {
|
||||
ex.printStackTrace()
|
||||
// This can happen if the ABI for the build script file changed. Try to wipe .kobalt.
|
||||
log(2, "Couldn't parse preBuildScript.jar: ${ex.message}")
|
||||
if (! File(".kobalt").deleteRecursively()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue