debug flag for beta testers :D

This commit is contained in:
Guillermo Rauch 2016-07-01 15:44:37 -07:00
parent bc9353e263
commit 56c66f4ff3

View file

@ -39,7 +39,7 @@ app.on('ready', () => {
transparent: true, transparent: true,
// we only want to show when the prompt // we only want to show when the prompt
// is ready for user input // is ready for user input
show: isDev show: process.env.HYPERTERM_DEBUG || isDev
}); });
win.loadURL(url); win.loadURL(url);