mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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) {
|
} catch(ex: KobaltException) {
|
||||||
throw ex
|
throw ex
|
||||||
} catch(ex: Throwable) {
|
} catch(ex: Throwable) {
|
||||||
|
ex.printStackTrace()
|
||||||
// This can happen if the ABI for the build script file changed. Try to wipe .kobalt.
|
// 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}")
|
log(2, "Couldn't parse preBuildScript.jar: ${ex.message}")
|
||||||
if (! File(".kobalt").deleteRecursively()) {
|
if (! File(".kobalt").deleteRecursively()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue