fix: print the sigs

This commit is contained in:
luhaoling 2024-02-04 19:43:24 +08:00
parent 9848e29447
commit dc5504d203

View File

@ -132,6 +132,8 @@ func Start(
log.Println("23333333333:", <-sigs)
<-sigs
var (
done = make(chan struct{}, 1)
gerr error