From 6ff9b43b680d2a2b63a2cc61488ab2e12216b53c Mon Sep 17 00:00:00 2001 From: Zyronon Date: Tue, 12 Aug 2025 11:34:34 +0800 Subject: [PATCH] Update index.ts --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 6b530b84..0165d4ab 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -180,7 +180,7 @@ export function checkAndUpgradeSaveDict(val: any) { } } } catch (e) { - console.log('升级数据失败!') + console.error('升级数据失败!', e) } }) }