Changes
1 changed files (+12/-0)
-
-
@@ -57,6 +57,12 @@ func CatFileBatchCheck(ctx context.Context, repoPath string) (WriteCloserError,<-closed } // Ensure cancel is called as soon as the provided context is cancelled go func() { <-ctx.Done() cancel() }() _, filename, line, _ := runtime.Caller(2) filename = strings.TrimPrefix(filename, callerPrefix)
-
@@ -101,6 +107,12 @@ func CatFileBatch(ctx context.Context, repoPath string) (WriteCloserError, *bufi<-closed } // Ensure cancel is called as soon as the provided context is cancelled go func() { <-ctx.Done() cancel() }() _, filename, line, _ := runtime.Caller(2) filename = strings.TrimPrefix(filename, callerPrefix)
-