Skip to content

Commit

Permalink
forgot to push
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron committed Aug 15, 2023
1 parent 64cb2a1 commit 59d28ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/jstest/jstest.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ func Run(ctx context.Context, dir string, args []string, workers int) (*internal
}()
}

// de-duplicates files
seen := make(map[string]bool)

for it := range ch {
if !seen[it.file] {
seen[it.file] = true
Expand Down

0 comments on commit 59d28ab

Please sign in to comment.