Merge pull request #624 from Rahazan/patch-1
Small typo fix in fatal JS error message
This commit is contained in:
commit
d64f43da65
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ setImmediate ->
|
|||
message = error.stack ? "#{error.name}: #{error.message}"
|
||||
require('dialog').showMessageBox
|
||||
type: 'warning'
|
||||
title: 'An javascript error occured in the browser'
|
||||
title: 'A javascript error occured in the browser'
|
||||
message: 'uncaughtException'
|
||||
detail: message
|
||||
buttons: ['OK']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue