Skip to content

Commit

Permalink
Merge branch 'master' into nokia-master
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Oct 28, 2024
2 parents b257380 + a750634 commit eedfe4a
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 eedfe4a

Please sign in to comment.