1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 21:28:51 +00:00

use registerErrorHandler() in processWorker()

This commit is contained in:
Art4 2024-12-26 19:13:34 +00:00
parent e0a249f9a4
commit 3ae9ae8728

View file

@ -442,7 +442,7 @@ class App
$this->setupLegacyServiceLocator();
\Friendica\Core\Logger\Handler\ErrorHandler::register($this->container->create(\Psr\Log\LoggerInterface::class));
$this->registerErrorHandler();
DI::mode()->setExecutor(Mode::WORKER);