mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
format
This commit is contained in:
@@ -187,7 +187,6 @@ func (o *promptFuncOption) ApplyToReader(r *Reader) {
|
|||||||
// building an [ast.TaskfileGraph] as it goes. If any errors occur, they will be
|
// building an [ast.TaskfileGraph] as it goes. If any errors occur, they will be
|
||||||
// returned immediately.
|
// returned immediately.
|
||||||
func (r *Reader) Read(ctx context.Context, node Node) (*ast.TaskfileGraph, error) {
|
func (r *Reader) Read(ctx context.Context, node Node) (*ast.TaskfileGraph, error) {
|
||||||
|
|
||||||
// Clean up git cache after reading all taskfiles
|
// Clean up git cache after reading all taskfiles
|
||||||
defer func() {
|
defer func() {
|
||||||
_ = CleanGitCache()
|
_ = CleanGitCache()
|
||||||
|
|||||||
Reference in New Issue
Block a user