mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
New line.
This commit is contained in:
parent
e49fd94392
commit
b2d6b9a2e3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class JavaCompiler @Inject constructor(val jvmCompiler: JvmCompiler, val kobaltL
|
|||
return if (result) {
|
||||
TaskResult(true, "Compilation succeeded")
|
||||
} else {
|
||||
val message = "Compilation errors, command:\n$command" + errorMessage
|
||||
val message = "Compilation errors, command:\n$command\n" + errorMessage
|
||||
logk(1, message)
|
||||
TaskResult(false, message)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue