From c23c3bdf034d6ea2665b215fc6903d77071f204a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 3 Jul 2022 16:41:51 +0100 Subject: [PATCH] lint --- src/updater.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {