1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Bubble up the error.

This commit is contained in:
Cedric Beust 2016-02-16 07:02:49 -08:00
parent 120dec929a
commit 7ac6b27ecc

View file

@ -35,7 +35,7 @@ class KobaltExecutor(name: String, threadCount: Int)
}
}
if (ex != null) {
error(ex.toString())
error(ex.toString(), ex)
}
}
}