, is redundant when and is used.
This commit is contained in:
parent
71d5d1baf6
commit
4410b6bd13
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue