From e2b07c565eddab7befb2aefe904e44c0324071b5 Mon Sep 17 00:00:00 2001 From: Ayaka Neko Date: Sat, 4 Oct 2025 22:10:24 +0800 Subject: [PATCH] fix(stage-tamagotchi): merge caused syntax error --- apps/stage-tamagotchi/src/main/index.ts | 1 + 1 file changed, 1 insertion(+) 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()