, is redundant when and is used.

This commit is contained in:
Sagar V 2019-10-29 02:25:29 +05:30 committed by Sean Yesmunt
parent 71d5d1baf6
commit 4410b6bd13

View file

@ -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();
});