diff --git a/src/updater.ts b/src/updater.ts index e42197d..43bf787 100644 --- a/src/updater.ts +++ b/src/updater.ts @@ -38,8 +38,7 @@ function pollForUpdates(): void { // somehow if (!latestUpdateDownloaded) { autoUpdater.checkForUpdates(); - } - else { + } else { console.log("Skipping update check as download already present"); } } catch (e) {