From 48fc28d29ab6bd847bd5876418a1ac6aafe6cd60 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Sun, 9 Feb 2025 21:27:32 +0800 Subject: [PATCH] change param name --- src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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