some improvements

This commit is contained in:
fatedier
2022-04-14 11:24:36 +08:00
parent 6481870d03
commit 21240ed962
3 changed files with 9 additions and 3 deletions

View File

@@ -115,6 +115,7 @@ var rootCmd = &cobra.Command{
return nil
}
wg.Add(1)
time.Sleep(time.Millisecond)
go func() {
defer wg.Done()
err := runClient(path)