mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore: axios proxy问题修复
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user