diff --git a/frontend-admin/App.tsx b/frontend-admin/App.tsx index d9120788..9465bb05 100644 --- a/frontend-admin/App.tsx +++ b/frontend-admin/App.tsx @@ -101,8 +101,8 @@ export default function App() { await Updates.fetchUpdateAsync(); await Updates.reloadAsync(); } - } catch { - // Silently ignore update errors + } catch (e) { + console.error("[OTA] Échec de la vérification/application de la mise à jour:", e); } }; checkForUpdate();