Skip to content

Commit f774276

Browse files
authored
fix: ensure wait group completes
1 parent aa51b9f commit f774276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hub/executor/executor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,8 @@ func hcCompatibleProvider(proxyProviders map[string]provider.ProxyProvider) {
375375
}
376376
}()
377377
}
378-
379378
}
380-
379+
wg.Wait()
381380
}
382381

383382
func updateSniffer(snifferConfig *sniffer.Config) {

0 commit comments

Comments
 (0)