This commit is contained in:
shimon
2023-09-26 12:11:58 +03:00
parent c7604e9520
commit 67af8eea41
+2 -1
View File
@@ -175,7 +175,8 @@ class V20 extends Migration
$latestDocument = !empty(array_key_last($stats)) ? $stats[array_key_last($stats)] : null;
}
} catch (Throwable $th) {
Console::warning("Error while updating metric {$from} " . $th->getMessage());
//Console::warning("Error while updating metric {$from} " . $th->getMessage());
var_dump($th);
}
}
/**