mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix log.
This commit is contained in:
parent
e839ff508d
commit
6343d4f083
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ class TaskWorker(val tasks: List<PluginTask>, val dryRun: Boolean) : IWorker<Plu
|
|||
override fun call() : TaskResult2<PluginTask> {
|
||||
if (tasks.size > 0) {
|
||||
tasks[0].let {
|
||||
log(2, AsciiArt.taskColor(AsciiArt.horizontalSingleLine + " ${it.project.name}:${it.name}"))
|
||||
log(1, AsciiArt.taskColor(AsciiArt.horizontalSingleLine + " ${it.project.name}:${it.name}"))
|
||||
}
|
||||
}
|
||||
var success = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue