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']
|
||||
}, (response) => {
|
||||
if (response === 1) {
|
||||
shell.openExternal(`http://electron.atom.io/docs`)
|
||||
shell.openExternal('http://electron.atom.io/docs')
|
||||
}
|
||||
})
|
||||
process.exit(1)
|
||||
|
|
Loading…
Reference in a new issue