From 445eee42dba24f268ac380f0df3d29658f60467b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 12 Feb 2015 13:34:17 -0800 Subject: [PATCH] :art: --- static/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/index.js b/static/index.js index fefb343e6..a58c1170d 100644 --- a/static/index.js +++ b/static/index.js @@ -57,8 +57,7 @@ window.onload = function() { global.atom.loadTime = Date.now() - startTime; console.log('Window load time: ' + global.atom.getWindowLoadTime() + 'ms'); } - } - catch (error) { + } catch (error) { var currentWindow = require('remote').getCurrentWindow(); currentWindow.setSize(800, 600); currentWindow.center();