Add ELECTRON_NO_ATTACH_CONSOLE env var

Close #1556.
This commit is contained in:
Cheng Zhao 2015-11-26 21:02:55 +08:00
parent 682b48095a
commit 59402eb23f
2 changed files with 11 additions and 6 deletions

View file

@ -37,6 +37,10 @@ Shows Windows's crash dialog when Electron crashed.
This environment variable will not work if `crashReporter` is started.
## `ELECTRON_NO_ATTACH_CONSOLE` _Windows_
Don't attach to current console session.
## `ELECTRON_FORCE_WINDOW_MENU_BAR` _Linux_
Don't use global menu bar on Linux.