change param name

This commit is contained in:
Jeffrey Hsu 2025-02-09 21:27:32 +08:00
parent b76179be41
commit 48fc28d29a

View File

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