mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Small fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user