Fixed linting error
This commit is contained in:
parent
a1e59b814c
commit
b08393a663
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ function loadApplicationPackage (packagePath) {
|
||||||
buttons: ['OK', 'Learn More']
|
buttons: ['OK', 'Learn More']
|
||||||
}, (response) => {
|
}, (response) => {
|
||||||
if (response === 1) {
|
if (response === 1) {
|
||||||
shell.openExternal(`http://electron.atom.io/docs`)
|
shell.openExternal('http://electron.atom.io/docs')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue