From 66475cf46c74c0a5e6e6e87e290a5dd26127d377 Mon Sep 17 00:00:00 2001 From: Lplenka Date: Thu, 4 May 2017 21:50:02 +0530 Subject: [PATCH] [WIP] #143 Fixed lint error --- app/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/index.js b/app/main/index.js index 624ae839..0707188d 100644 --- a/app/main/index.js +++ b/app/main/index.js @@ -350,7 +350,7 @@ app.on('ready', () => { electron.powerMonitor.on('resume', () => { mainWindow.reload(); mainWindow.webContents.send('destroytray'); - }); + }); checkConnection(); });