This commit is contained in:
Matthew Hodgson 2022-07-03 16:41:51 +01:00
parent 45a9156127
commit c23c3bdf03

View file

@ -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) {