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:
parent
120dec929a
commit
7ac6b27ecc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class KobaltExecutor(name: String, threadCount: Int)
|
|||
}
|
||||
}
|
||||
if (ex != null) {
|
||||
error(ex.toString())
|
||||
error(ex.toString(), ex)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue