mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Fixed linting error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user