chore: axios proxy问题修复

This commit is contained in:
xiaojunnuo
2024-03-08 17:42:47 +08:00
parent 5b576112d1
commit 8d44171875
5 changed files with 30 additions and 13 deletions
+15 -3
View File
@@ -187,10 +187,22 @@ module.exports = async function(client, userOpts) {
}
await runPromisesSerially(challengePromises);
try {
await runPromisesSerially(challengePromises);
}
finally {
await runPromisesSerially(clearTasks);
}
// try {
// await Promise.allSettled(challengePromises);
// }
// finally {
// log('清理challenge');
// await Promise.allSettled(clearTasks);
// }
log('清理challenge');
await runPromisesSerially(clearTasks);
log('challenge结束');
// log('[auto] Waiting for challenge valid status');