mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: huawei signer ts化
This commit is contained in:
@@ -134,6 +134,10 @@ module.exports = async function(client, userOpts) {
|
||||
|
||||
await client.waitForValidStatus(challenge);
|
||||
}
|
||||
catch (e) {
|
||||
log(`[auto] [${d}] challengeCreateFn threw error: ${e.message}`);
|
||||
throw e;
|
||||
}
|
||||
finally {
|
||||
/* Trigger challengeRemoveFn(), suppress errors */
|
||||
log(`[auto] [${d}] Trigger challengeRemoveFn()`);
|
||||
|
||||
Reference in New Issue
Block a user