Skip to content

Commit

Permalink
Fix for-loop-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Oct 28, 2024
1 parent 664207f commit a750634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions show.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func printJSON(report *ConfigReport, keys []string) error {
wg.Add(len(files))
glist := make([]project.TestConfig, 0, len(files))
for _, file := range files {
file := file
go func() {
defer wg.Done()

Expand Down

0 comments on commit a750634

Please sign in to comment.