fix: 修复京东云报错不准确的bug

This commit is contained in:
xiaojunnuo
2026-03-17 00:05:53 +08:00
parent d01bfbec96
commit 10dd89ae62
7 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ export default async (client, userOpts) => {
} catch (e) {
log(`[auto] [${d}] challengeCreateFn threw error: ${e.message}`);
log(`[auto] [${d}] challengeCreateFn threw error: ${e.message || e}`);
await deactivateAuth(e);
throw e;
}