mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
toString() for dynamic tasks.
This commit is contained in:
parent
798d3e28d0
commit
0a98317bb8
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ class DynamicTask(override val plugin: IPlugin, override val name: String, overr
|
||||||
return TaskResult2(taskResult.success, taskResult.errorMessage, this)
|
return TaskResult2(taskResult.success, taskResult.errorMessage, this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString() = "[DynamicTask $name dependsOn=$dependsOn reverseDependsOn=$reverseDependsOn]"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue