Update index.ts

This commit is contained in:
Zyronon
2025-08-12 11:34:34 +08:00
committed by GitHub
parent a19d2700e2
commit 6ff9b43b68

View File

@@ -180,7 +180,7 @@ export function checkAndUpgradeSaveDict(val: any) {
}
}
} catch (e) {
console.log('升级数据失败!')
console.error('升级数据失败!', e)
}
})
}