move console.time/timeEnd to same file

This commit is contained in:
Feross Aboukhadijeh
2016-05-11 17:56:20 +02:00
parent dfe8c3eb6b
commit 1eb5504029
3 changed files with 4 additions and 3 deletions

View File

@@ -25,10 +25,9 @@ var vlcProcess
function init () {
ipcMain.on('ipcReady', function (e) {
windows.main.show()
app.ipcReady = true
app.emit('ipcReady')
windows.main.show()
console.timeEnd('init')
})
ipcMain.on('ipcReadyWebTorrent', function (e) {