fix: 修复下载配置文件失败时的错误处理逻辑

This commit is contained in:
2025-12-17 12:18:55 +08:00
parent 0ca5989a40
commit 2393cbefbb
3 changed files with 263 additions and 9 deletions

View File

@@ -63,7 +63,7 @@
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.2",
"@types/node": "^25.0.3",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.2",
@@ -72,7 +72,7 @@
"filesize": "^11.0.13",
"form-data": "^4.0.5",
"ignore": "^7.0.5",
"inquirer": "^13.0.2",
"inquirer": "^13.1.0",
"jsonwebtoken": "^9.0.3",
"tar": "^7.5.2",
"zustand": "^5.0.9"