同步错误返回修改

This commit is contained in:
苏尹岚
2020-02-04 14:30:17 +08:00
parent 924d25d765
commit c583f910aa
2 changed files with 5 additions and 7 deletions

View File

@@ -475,7 +475,6 @@ func (t *BaseTask) run(taskHandler func()) {
close(t.finishChan)
if t.finishHook != nil {
t.finishHook(t)
SendMessage(t)
} else {
SendMessage(t)
}