fix(stage-tamagotchi): fix the behavior when config is invalid (#715)
This commit is contained in:
@@ -153,7 +153,7 @@ app.whenReady().then(async () => {
|
||||
callback: noop,
|
||||
})
|
||||
|
||||
injecta.start()
|
||||
injecta.start().catch(err => console.error(err))
|
||||
|
||||
// Lifecycle
|
||||
emitAppReady()
|
||||
|
||||
Reference in New Issue
Block a user