diff --git a/apps/stage-tamagotchi/src/main/index.ts b/apps/stage-tamagotchi/src/main/index.ts index 1dbe0effb..db1fb978c 100644 --- a/apps/stage-tamagotchi/src/main/index.ts +++ b/apps/stage-tamagotchi/src/main/index.ts @@ -255,6 +255,7 @@ app.on('before-quit', async () => { catch (error) { console.error('Error closing WebSocket server:', error) } + } if (appTray) { appTray.destroy()