зеркало из https://github.com/electron/electron.git
Small typo fix in fatal JS error message
An javascript error -> A javascript error
This commit is contained in:
Родитель
45228493eb
Коммит
3e6d8ddbbd
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче