fix(stage-tamagotchi): fix the behavior when config is invalid (#715)

This commit is contained in:
Typed SIGTERM
2025-11-05 03:49:58 +08:00
committed by GitHub
parent 787c673cf8
commit 51081dc4df
+1 -1
View File
@@ -153,7 +153,7 @@ app.whenReady().then(async () => {
callback: noop,
})
injecta.start()
injecta.start().catch(err => console.error(err))
// Lifecycle
emitAppReady()