From 9ff6faa2d22686337497ba42351045851ab56968 Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 19 Jun 2023 15:50:48 +0300 Subject: [PATCH] fix --- src/Appwrite/Platform/Tasks/CalcTierStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/CalcTierStats.php b/src/Appwrite/Platform/Tasks/CalcTierStats.php index 1195103db8..a80fea7406 100644 --- a/src/Appwrite/Platform/Tasks/CalcTierStats.php +++ b/src/Appwrite/Platform/Tasks/CalcTierStats.php @@ -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: ' . $th->getMessage()); + Console::error('Failed to update project ("' . $project->getId() . '") version with error on line no: ' . $th->getline() . 'with message: ' . $th->getMessage()); } finally { $pools ->get($db)