This commit is contained in:
2021-02-26 19:04:53 +08:00
parent 96b6717a1e
commit e0a51e783a
2 changed files with 2 additions and 10 deletions
-1
View File
@@ -79,7 +79,6 @@ class OnTask extends Callback
}
$finish = $this->runTaskHandler($task->data);
Coroutine::getContext()['isComplete'] = true;
if (!$finish) {
$finish = [];
}