diff --git a/taskfile/ast/task.go b/taskfile/ast/task.go index 3d71ce71..9895ccac 100644 --- a/taskfile/ast/task.go +++ b/taskfile/ast/task.go @@ -242,6 +242,7 @@ func (t *Task) DeepCopy() *Task { Requires: t.Requires.DeepCopy(), Namespace: t.Namespace, FullName: t.FullName, + Watch: t.Watch, Failfast: t.Failfast, } return c