Skip to content

Commit

Permalink
去除最后5s的结束检测
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Sep 22, 2020
1 parent d1fd1bc commit 3214c27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ func Start(options *Options) {
}
time.Sleep(time.Millisecond * 723)
}
gologger.Printf("\n")
for i := 5; i >= 0; i-- {
gologger.Printf("检测完毕,等待%ds\n", i)
time.Sleep(time.Second * 1)
}
//gologger.Printf("\n")
//for i := 5; i >= 0; i-- {
// gologger.Printf("检测完毕,等待%ds\n", i)
// time.Sleep(time.Second * 1)
//}
sendog.Close()
if options.Summary {
Summary()
Expand Down

0 comments on commit 3214c27

Please sign in to comment.