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();