From a316ae15901650ea7bee27a0726615492716f3d7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 13 May 2025 11:42:09 +0200 Subject: [PATCH] fix: Fix warning when crash reporter fails to get loaded Signed-off-by: Joas Schilling --- lib/private/Support/CrashReport/Registry.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/Support/CrashReport/Registry.php b/lib/private/Support/CrashReport/Registry.php index 93969a81265..77dd8163174 100644 --- a/lib/private/Support/CrashReport/Registry.php +++ b/lib/private/Support/CrashReport/Registry.php @@ -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