1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00
This commit is contained in:
shimon 2023-06-19 17:30:21 +03:00
parent 9ff6faa2d2
commit 38cf901579

View file

@ -252,7 +252,7 @@ class CalcTierStats extends Action
$csv->insertOne(array_values($stats));
} catch (\Throwable $th) {
Console::error('Failed to update project ("' . $project->getId() . '") version with error on line no: ' . $th->getline() . 'with message: ' . $th->getMessage());
Console::error('Failed on project ("' . $project->getId() . '") version with error on line no: ' . $th->getline() . 'with message: ' . $th->getMessage());
} finally {
$pools
->get($db)