Fixed linting error

This commit is contained in:
Matt Karl 2016-05-20 16:01:08 -04:00
parent a1e59b814c
commit b08393a663

View file

@ -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)