break loop when delayFlag becomes false (#1121)

This commit is contained in:
zhiqiangxu 2024-01-22 21:10:45 +08:00 committed by GitHub
parent c4e2a3f335
commit c629c0fdb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1124,6 +1124,7 @@ mainloop:
if ok1 || ok2 {
delayFlag = false
break
}
for j := range deps[i] {