diff --git a/src/main/index.ts b/src/main/index.ts index 70d0a1f..1c7e6b2 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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