diff --git a/index.js b/index.js index c5d7ee2547..fa1d73ac63 100644 --- a/index.js +++ b/index.js @@ -178,6 +178,11 @@ app.on('ready', function() { mainWindow.webContents.send('notify', 'window:update-available'); }); + autoUpdater.on('error', function (e) { + console.log('An error occured while checking for updates.'); + console.log(e); + }); + ipc.on('command', function (event, arg) { console.log('Command: ' + arg); if (arg === 'application:quit-install') {