diff --git a/task.go b/task.go index 482dc5ce..3c07068a 100644 --- a/task.go +++ b/task.go @@ -272,6 +272,7 @@ func (e *Executor) RunTask(ctx context.Context, call *Call) error { e.Logger.VerboseErrf(logger.Yellow, "task: task error ignored: %v\n", err) continue } + e.Logger.VerboseErrf(logger.Red, "task: %q failed: %v\n", call.Task, err) deferredExitCode = uint8(exitCode) }