mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Logging.
This commit is contained in:
parent
29a68fde19
commit
652a682370
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class JavaCompiler @Inject constructor(val jvmCompiler: JvmCompiler) {
|
||||||
// }
|
// }
|
||||||
pb.inheritIO()
|
pb.inheritIO()
|
||||||
val line = allArgs.joinToString(" ")
|
val line = allArgs.joinToString(" ")
|
||||||
|
log(1, " Compiling ${info.sourceFiles.size} files")
|
||||||
log(2, " Compiling ${line.forward()}")
|
log(2, " Compiling ${line.forward()}")
|
||||||
val process = pb.start()
|
val process = pb.start()
|
||||||
val errorCode = process.waitFor()
|
val errorCode = process.waitFor()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue