This commit is contained in:
as2252258@163.com
2021-03-20 03:31:04 +08:00
parent 649c4825f7
commit 0c87e3bae8
+2
View File
@@ -54,6 +54,8 @@ class CrontabProcess extends Process
}
} catch (\Throwable $exception) {
$this->application->error($exception->getMessage());
} finally {
$this->waitGroup();
}
}