Update README.md

This commit is contained in:
kPherox
2019-04-22 13:35:19 +09:00
parent 28ccb6cca4
commit 40a814e9d8
5 changed files with 26 additions and 16 deletions

View File

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

View File

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