This commit is contained in:
Damodar Lohani
2025-03-31 03:59:37 +00:00
parent ec21effd2c
commit e14ae7ea4a
+1 -1
View File
@@ -323,7 +323,7 @@ class StatsUsage extends Action
default:
break;
}
} catch (\Throwable $e) {
} catch (Throwable $e) {
console::error("[reducer] " . " {DateTime::now()} " . " {$project->getInternalId()} " . " {$e->getMessage()}");
}
}