The "Error opening app" dialog, now with less attitude

This commit is contained in:
Matt Karl 2016-05-19 10:33:22 -04:00
parent a2b6731bf2
commit e87ced60e5

View file

@ -255,7 +255,7 @@ function loadApplicationPackage (packagePath) {
app.focus()
dialog.showErrorBox(
'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
${e.toString()}`