This commit is contained in:
Kevin Sawicki
2015-02-12 13:34:17 -08:00
parent fcced492d4
commit 445eee42db

View File

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