Update README.md
This commit is contained in:
@@ -40,7 +40,7 @@ export default class Application {
|
||||
try {
|
||||
await installVueDevtools()
|
||||
} catch (e) {
|
||||
//console.error('Vue Devtools failed to install:', e.toString())
|
||||
console.error('Vue Devtools failed to install:', e.toString())
|
||||
}
|
||||
}
|
||||
if (!process.env.WEBPACK_DEV_SERVER_URL) createProtocol('app')
|
||||
|
||||
@@ -96,7 +96,7 @@ export default class Window {
|
||||
shell.openExternal(url, {
|
||||
activate: false
|
||||
}, (err) => {
|
||||
//if (err) console.log(err)
|
||||
if (err) console.log(err)
|
||||
})
|
||||
}
|
||||
win.webContents.on('will-navigate', openUrl)
|
||||
|
||||
Reference in New Issue
Block a user