From fd457701b5881c16a7a0e7e57a86e3800d54a734 Mon Sep 17 00:00:00 2001 From: zeppi Date: Wed, 6 Jul 2022 12:46:23 -0400 Subject: [PATCH] lint --- electron/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/index.js b/electron/index.js index c7f783137..3626c0b5d 100644 --- a/electron/index.js +++ b/electron/index.js @@ -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(); -}); \ No newline at end of file +});