From 4410b6bd1364f8e89731024b2b68acf8ed227e47 Mon Sep 17 00:00:00 2001 From: Sagar V Date: Tue, 29 Oct 2019 02:25:29 +0530 Subject: [PATCH] , is redundant when and is used. --- src/platforms/electron/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/electron/index.js b/src/platforms/electron/index.js index 27887a5d5..8bfe0b656 100644 --- a/src/platforms/electron/index.js +++ b/src/platforms/electron/index.js @@ -219,7 +219,7 @@ ipcMain.on('upgrade', (event, installerPath) => { }); // what to do if no shutdown in a long time? console.log('Update downloaded to', installerPath); - console.log('The app will close, and you will be prompted to install the latest version of LBRY.'); + console.log('The app will close and you will be prompted to install the latest version of LBRY.'); console.log('After the install is complete, please reopen the app.'); app.quit(); });