mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Better toString().
This commit is contained in:
parent
35f4117ca9
commit
f31c2a5c49
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class TaskManager @Inject constructor(val args: Args,
|
||||||
|
|
||||||
fun matches(projectName: String) = project == null || project == projectName
|
fun matches(projectName: String) = project == null || project == projectName
|
||||||
|
|
||||||
override fun toString() = taskName
|
override fun toString() = id
|
||||||
}
|
}
|
||||||
|
|
||||||
class RunTargetResult(val taskResult: TaskResult, val messages: List<String>)
|
class RunTargetResult(val taskResult: TaskResult, val messages: List<String>)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue