Merge pull request #624 from Rahazan/patch-1

Small typo fix in fatal JS error message
This commit is contained in:
Cheng Zhao 2014-09-02 09:55:07 +08:00
commit d64f43da65

View file

@ -47,7 +47,7 @@ setImmediate ->
message = error.stack ? "#{error.name}: #{error.message}" message = error.stack ? "#{error.name}: #{error.message}"
require('dialog').showMessageBox require('dialog').showMessageBox
type: 'warning' type: 'warning'
title: 'An javascript error occured in the browser' title: 'A javascript error occured in the browser'
message: 'uncaughtException' message: 'uncaughtException'
detail: message detail: message
buttons: ['OK'] buttons: ['OK']