@@ -19,36 +19,36 @@ on Windows console:
1919> electron
2020```
2121
22- ## ` ELECTRON_RUN_AS_NODE `
22+ ### ` ELECTRON_RUN_AS_NODE `
2323
2424Starts the process as a normal Node.js process.
2525
26- ## ` ELECTRON_ENABLE_LOGGING `
26+ ### ` ELECTRON_ENABLE_LOGGING `
2727
2828Prints Chrome's internal logging to console.
2929
30- ## ` ELECTRON_LOG_ASAR_READS `
30+ ### ` ELECTRON_LOG_ASAR_READS `
3131
3232When Electron reads from an ASAR file, log the read offset and file path to
3333the system ` tmpdir ` . The resulting file can be provided to the ASAR module
3434to optimize file ordering.
3535
36- ## ` ELECTRON_ENABLE_STACK_DUMPING `
36+ ### ` ELECTRON_ENABLE_STACK_DUMPING `
3737
3838When Electron crashed, prints the stack trace to console.
3939
4040This environment variable will not work if ` crashReporter ` is started.
4141
42- ## ` ELECTRON_DEFAULT_ERROR_MODE ` _ Windows_
42+ ### ` ELECTRON_DEFAULT_ERROR_MODE ` _ Windows_
4343
4444Shows Windows's crash dialog when Electron crashed.
4545
4646This environment variable will not work if ` crashReporter ` is started.
4747
48- ## ` ELECTRON_NO_ATTACH_CONSOLE ` _ Windows_
48+ ### ` ELECTRON_NO_ATTACH_CONSOLE ` _ Windows_
4949
5050Don't attach to current console session.
5151
52- ## ` ELECTRON_FORCE_WINDOW_MENU_BAR ` _ Linux_
52+ ### ` ELECTRON_FORCE_WINDOW_MENU_BAR ` _ Linux_
5353
5454Don't use global menu bar on Linux.
0 commit comments