This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user