We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a13276 commit 8d82e2bCopy full SHA for 8d82e2b
taskfile/reader.go
@@ -187,7 +187,6 @@ func (o *promptFuncOption) ApplyToReader(r *Reader) {
187
// building an [ast.TaskfileGraph] as it goes. If any errors occur, they will be
188
// returned immediately.
189
func (r *Reader) Read(ctx context.Context, node Node) (*ast.TaskfileGraph, error) {
190
-
191
// Clean up git cache after reading all taskfiles
192
defer func() {
193
_ = CleanGitCache()
0 commit comments