Small adjustments + CHANGELOG for #865

This commit is contained in:
Andrey Nering
2022-10-14 16:45:04 -03:00
parent 403456d3dc
commit 99014ad38d
7 changed files with 18 additions and 12 deletions

View File

@@ -51,7 +51,8 @@ func (e *Executor) watchTasks(calls ...taskfile.Call) error {
var err error
watchInterval, err = parseWatchInterval(watchIntervalString)
if err != nil {
e.Logger.Errf(logger.Red, "%v", err)
cancel()
return err
}
}