mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: Fix warning when crash reporter fails to get loaded
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3e7db013c1
commit
a316ae1590
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class Registry implements IRegistry {
|
|||
\OC::$server->get(LoggerInterface::class)->critical('Could not load lazy crash reporter: ' . $e->getMessage(), [
|
||||
'exception' => $e,
|
||||
]);
|
||||
return;
|
||||
}
|
||||
/**
|
||||
* Try to register the loaded reporter. Theoretically it could be of a wrong
|
||||
|
|
|
|||
Loading…
Reference in a new issue