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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user