mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-07 17:02:29 +01:00
lint
This commit is contained in:
parent
45a9156127
commit
c23c3bdf03
@ -38,8 +38,7 @@ function pollForUpdates(): void {
|
|||||||
// somehow
|
// somehow
|
||||||
if (!latestUpdateDownloaded) {
|
if (!latestUpdateDownloaded) {
|
||||||
autoUpdater.checkForUpdates();
|
autoUpdater.checkForUpdates();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
console.log("Skipping update check as download already present");
|
console.log("Skipping update check as download already present");
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user