fix reference to logWindow when not debug

This commit is contained in:
Stephen Birarda 2016-01-18 11:24:06 -08:00
parent 7be6a4aaf9
commit 0e78358a85

View file

@ -232,7 +232,7 @@ LogWindow.prototype = {
this.window.loadURL('file://' + __dirname + '/log.html');
if (!debug) {
logWindow.setMenu(null);
this.window.setMenu(null);
}
this.window.on('closed', function() {