change param name
This commit is contained in:
parent
b76179be41
commit
48fc28d29a
@ -68,7 +68,7 @@ function createWindow(): void {
|
||||
app.whenReady().then(() => {
|
||||
// Install Vue Devtool
|
||||
installExtension(VUEJS_DEVTOOLS)
|
||||
.then((name) => console.log(`Added Extension: ${name}`))
|
||||
.then((ext) => console.log(`Added Extension: ${ext.name}`))
|
||||
.catch((err) => console.log('An error occurred: ', err))
|
||||
|
||||
// Set app user model id for windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user