mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 15:16:44 -06:00
update err output
This commit is contained in:
parent
2668f800b3
commit
2c44470c58
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ export async function common(createVue: () => App<Element>) {
|
|||
if (lastVersion != null && compareVersions(version, lastVersion) === 1) {
|
||||
isClientUpdated = true;
|
||||
}
|
||||
} catch (err) { /* empty */ }
|
||||
} catch (err) {
|
||||
console.error('Error comparing versions:', err);
|
||||
}
|
||||
}
|
||||
//#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue