This commit is contained in:
2021-03-30 12:03:05 +08:00
parent fdbcc8f763
commit 8f7306eca1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class Consumer extends Process
Consumer::addTask($crontab);
}
} catch (\Throwable $throwable) {
logger()->addError($throwable->getMessage(),'throwable');
logger()->addError($throwable,'throwable');
} finally {
fire(Event::SYSTEM_RESOURCE_RELEASES);
}