This commit is contained in:
as2252258@163.com
2021-03-26 01:32:29 +08:00
parent 93f29fa074
commit c6a016dc5a
+2 -2
View File
@@ -200,8 +200,8 @@ class Crontab extends BaseObject
public function execute(): void
{
try {
var_dump($this->handler);
call_user_func($this->handler, $this->params, $this->name);
$result = call_user_func($this->handler, $this->params, $this->name);
var_dump($result);
} catch (\Throwable $throwable) {
$this->addError($throwable->getMessage());
} finally {