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()