Fix "Fix task cancel context"

This commit is contained in:
世界 2023-10-11 12:04:11 +08:00
parent 96a05f9afe
commit 49f5dfd767
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -88,7 +88,7 @@ func (g *Group) RunContextList(contextList []context.Context) error {
selectedContext, upstreamErr := common.SelectContext(append([]context.Context{taskCancelContext}, contextList...))
if selectedContext == 0 {
if selectedContext != 0 {
taskCancel(upstreamErr)
}