зеркало из https://github.com/electron/electron.git
Revert comment tweak
This commit is contained in:
Родитель
3e5caf7e54
Коммит
ea1479a651
|
@ -51,7 +51,7 @@ process.on 'uncaughtException', (error) ->
|
|||
message = "Uncaught Exception:\n#{stack}"
|
||||
dialog.showErrorBox 'A JavaScript error occurred in the main process', message
|
||||
|
||||
# Emit a process 'exit' event on app quit.
|
||||
# Emit 'exit' event on quit.
|
||||
{app} = require 'electron'
|
||||
app.on 'quit', (event, exitCode) ->
|
||||
process.emit 'exit', exitCode
|
||||
|
|
Загрузка…
Ссылка в новой задаче