1
0
mirror of https://github.com/go-task/task.git synced 2025-11-29 22:48:03 +02:00

Change error output

This commit is contained in:
Stephen Prater
2019-06-11 12:20:56 -07:00
parent d1463b3e24
commit cc9264854e
3 changed files with 5 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ func (e *Executor) areTaskPreconditionsMet(ctx context.Context, t *taskfile.Task
})
if err != nil {
e.Logger.Outf("task: %s", p.Msg)
e.Logger.Errf("task: %s", p.Msg)
return false, ErrPreconditionFailed
}
}