Merge pull request #1192 from senorflor/fix-error-text
Fix tense of error message
This commit is contained in:
commit
e19c50223b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if (option.file && !option.webdriver) {
|
||||||
dialog.showErrorBox('Error opening app', 'The app provided is not a valid atom-shell app, please read the docs on how to write one:\nhttps://github.com/atom/atom-shell/tree/master/docs');
|
dialog.showErrorBox('Error opening app', 'The app provided is not a valid atom-shell app, please read the docs on how to write one:\nhttps://github.com/atom/atom-shell/tree/master/docs');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
} else {
|
} else {
|
||||||
console.error('App throwed an error when running', e);
|
console.error('App threw an error when running', e);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue