mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
debug flag for beta testers :D
This commit is contained in:
parent
bc9353e263
commit
56c66f4ff3
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue