Make the example work.
This commit is contained in:
parent
4da1358260
commit
d8d93405e1
2 changed files with 8 additions and 3 deletions
|
@ -68,7 +68,7 @@ class ExecPlugin : BasePlugin(), ITaskContributor {
|
|||
|
||||
if (config != null) {
|
||||
config.commandLines.forEach {
|
||||
log(2, "Executing: '" + { it.args.joinToString { " " } } + "' in '{$it.dir}'")
|
||||
log(2, "Executing: '" + it.args.joinToString(" ") + "' in '${it.dir}'")
|
||||
success = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue