Small fixes

This commit is contained in:
Natsumi
2025-11-09 20:48:42 +11:00
parent ddb62d7a31
commit 9069d8cefe
6 changed files with 36 additions and 16 deletions
+6
View File
@@ -204,6 +204,9 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
}
});
json = JSON.parse(response.data);
} catch (error) {
console.error('Failed to check for VRCX update', error);
return;
} finally {
checkingForVRCXUpdate.value = false;
}
@@ -280,6 +283,9 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
}
});
json = JSON.parse(response.data);
} catch (error) {
console.error('Failed to check for VRCX update', error);
return;
} finally {
checkingForVRCXUpdate.value = false;
}