diff --git a/src/updater/moduleUpdater.js b/src/updater/moduleUpdater.js index 354a6f3..ac121c7 100644 --- a/src/updater/moduleUpdater.js +++ b/src/updater/moduleUpdater.js @@ -111,7 +111,7 @@ exports.init = (endpoint, { releaseChannel, version }) => { checking = false; - setTimeout(() => hostUpdater.checkForUpdates(), 1000); // Retry after 1s + events.emit('update-check-finished', { succeeded: false }); }); const platform = process.platform === 'darwin' ? 'osx' : 'linux';