Add more logging in update scenarios
This commit is contained in:
parent
7c1f186c05
commit
4fc7c69a73
3 changed files with 5 additions and 3 deletions
|
@ -265,6 +265,7 @@ export abstract class Updater {
|
|||
|
||||
const mainWindow = this.getMainWindow();
|
||||
if (mainWindow) {
|
||||
logger.info('downloadAndInstall: showing update dialog...');
|
||||
mainWindow.webContents.send('show-update-dialog', DialogType.Update, {
|
||||
version: this.version,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue