fix: artifacts cannot preview

This commit is contained in:
kangfenmao
2025-01-14 23:24:49 +08:00
parent 70ae5044d2
commit ce605e42c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ export default class MinApp {
static app: MinAppType | null = null
static async start(app: MinAppType) {
if (MinApp.app?.id === app.id) {
if (app?.id && MinApp.app?.id === app?.id) {
return
}