The "Error opening app" dialog, now with less attitude
This commit is contained in:
parent
a2b6731bf2
commit
e87ced60e5
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ function loadApplicationPackage (packagePath) {
|
||||||
app.focus()
|
app.focus()
|
||||||
dialog.showErrorBox(
|
dialog.showErrorBox(
|
||||||
'Error opening app',
|
'Error opening app',
|
||||||
'The app provided is not a valid Electron app, please read the docs on how to write one:\n' +
|
'Unable to open or find an Electron app. The docs on how to write an app can be found here:\n' +
|
||||||
`https://github.com/electron/electron/tree/v${process.versions.electron}/docs
|
`https://github.com/electron/electron/tree/v${process.versions.electron}/docs
|
||||||
|
|
||||||
${e.toString()}`
|
${e.toString()}`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue