diff --git a/electron.js b/electron.js index 77be31fd80..6c227acd1c 100644 --- a/electron.js +++ b/electron.js @@ -168,7 +168,7 @@ app.on('second-instance', (event, argv) => { Util.log('info', 'second-instance'); if (!is.macos) { - deeplinkingUrl = argv.find((arg) => arg.startsWith(`${protocol}://`)); + deeplinkingUrl = argv.find(arg => arg.startsWith(`${protocol}://`)); }; if (!mainWindow || !deeplinkingUrl) {