Minor wording updates

This commit is contained in:
Kevin Sawicki 2016-05-20 14:01:08 -07:00
parent d983eb42e6
commit d56c36b4a7

View file

@ -25,7 +25,7 @@ Starts the process as a normal Node.js process.
### `ELECTRON_ENABLE_LOGGING` ### `ELECTRON_ENABLE_LOGGING`
Prints Chrome's internal logging to console. Prints Chrome's internal logging to the console.
### `ELECTRON_LOG_ASAR_READS` ### `ELECTRON_LOG_ASAR_READS`
@ -35,20 +35,20 @@ to optimize file ordering.
### `ELECTRON_ENABLE_STACK_DUMPING` ### `ELECTRON_ENABLE_STACK_DUMPING`
When Electron crashed, prints the stack trace to console. When Electron crashes, prints the stack trace to the console.
This environment variable will not work if `crashReporter` is started. This environment variable will not work if the `crashReporter` is started.
### `ELECTRON_DEFAULT_ERROR_MODE` _Windows_ ### `ELECTRON_DEFAULT_ERROR_MODE` _Windows_
Shows Windows's crash dialog when Electron crashed. Shows the Windows's crash dialog when Electron crashes.
This environment variable will not work if `crashReporter` is started. This environment variable will not work if the `crashReporter` is started.
### `ELECTRON_NO_ATTACH_CONSOLE` _Windows_ ### `ELECTRON_NO_ATTACH_CONSOLE` _Windows_
Don't attach to current console session. Don't attach to the current console session.
### `ELECTRON_FORCE_WINDOW_MENU_BAR` _Linux_ ### `ELECTRON_FORCE_WINDOW_MENU_BAR` _Linux_
Don't use global menu bar on Linux. Don't use the global menu bar on Linux.