1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

be more specific in tests about output

This commit is contained in:
jaedle
2019-02-24 11:28:15 +01:00
parent 5a23250d32
commit 0164bc21ea
2 changed files with 2 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ func (e *Executor) displayTaskDetails(task string) {
if e.Taskfile.Tasks[task].Details == "" {
e.Logger.Errf("task: There is no detailed description for task: %s", task)
} else {
e.Logger.Outf(e.Taskfile.Tasks[task].Details)
}
}