Fix small lint errors.

This commit is contained in:
Franco Montenegro 2022-07-06 13:57:31 -03:00
parent d3ed068911
commit 620126d255

View file

@ -463,7 +463,7 @@ ipcMain.on('download-upgrade', (event, params) => {
autoUpdater.downloadUpdate();
return;
}
const { url, options } = params;
const dir = fs.mkdtempSync(app.getPath('temp') + path.sep);
@ -562,4 +562,4 @@ ipcMain.on('upgrade', (event, installerPath) => {
shell.openPath(installerPath);
});
app.quit();
});
});