with many
This commit is contained in:
@@ -75,7 +75,7 @@ func (pr *ProcessRepos) Process(ctx context.Context, repository string, branch s
|
||||
|
||||
wg.Wait()
|
||||
close(errChan)
|
||||
pr.logger.Debug("finished processing all repos")
|
||||
pr.logger.Debug("finished processing all repos", zap.Strings("repos", repositoryUrls))
|
||||
|
||||
for err := range errChan {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user