From 51081dc4dfe3fe5dd71759691d9874b608c9efa8 Mon Sep 17 00:00:00 2001 From: Typed SIGTERM Date: Wed, 5 Nov 2025 03:49:58 +0800 Subject: [PATCH] fix(stage-tamagotchi): fix the behavior when config is invalid (#715) --- apps/stage-tamagotchi/src/main/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-tamagotchi/src/main/index.ts b/apps/stage-tamagotchi/src/main/index.ts index d78b188e6..c7533ee98 100644 --- a/apps/stage-tamagotchi/src/main/index.ts +++ b/apps/stage-tamagotchi/src/main/index.ts @@ -153,7 +153,7 @@ app.whenReady().then(async () => { callback: noop, }) - injecta.start() + injecta.start().catch(err => console.error(err)) // Lifecycle emitAppReady()