mirror of
https://github.com/go-task/task.git
synced 2026-07-02 08:58:41 +00:00
refactor: remove newlines from formatter print functions (#1137)
This commit is contained in:
@@ -255,7 +255,7 @@ func run() error {
|
||||
}
|
||||
|
||||
if err := e.Run(ctx, calls...); err != nil {
|
||||
e.Logger.Errf(logger.Red, "%v", err)
|
||||
e.Logger.Errf(logger.Red, "%v\n", err)
|
||||
|
||||
if exitCode {
|
||||
if err, ok := err.(*errors.TaskRunError); ok {
|
||||
|
||||
Reference in New Issue
Block a user