Merge pull request #2508 from etiktin/fix_typo_in_init

Fix typo
This commit is contained in:
Thomas Johansen 2015-08-17 10:03:54 +02:00
commit d3db178182

View file

@ -38,7 +38,7 @@ process.on 'uncaughtException', (error) ->
# Show error in GUI.
stack = error.stack ? "#{error.name}: #{error.message}"
message = "Uncaught Exception:\n#{stack}"
require('dialog').showErrorBox 'A JavaScript error occured in the main process', message
require('dialog').showErrorBox 'A JavaScript error occurred in the main process', message
# Emit 'exit' event on quit.
app = require 'app'