This commit is contained in:
@@ -101,8 +101,8 @@ export default function App() {
|
|||||||
await Updates.fetchUpdateAsync();
|
await Updates.fetchUpdateAsync();
|
||||||
await Updates.reloadAsync();
|
await Updates.reloadAsync();
|
||||||
}
|
}
|
||||||
} catch {
|
} catch (e) {
|
||||||
// Silently ignore update errors
|
console.error("[OTA] Échec de la vérification/application de la mise à jour:", e);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
checkForUpdate();
|
checkForUpdate();
|
||||||
|
|||||||
Reference in New Issue
Block a user