chore: Sync changelog

This commit is contained in:
Ahmad Ansori Palembani 2024-07-27 20:26:47 +07:00
parent 9d4dc5f351
commit 98df0773a2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class UpdateExtensionRepo(
} catch (e: Exception) {
when (e) {
is FetchExtensionRepoException -> {
// TODO: A way to show user that a repo failed to update
Logger.e(e) { "Failed to fetch repo details" }
return
}