perf: huawei signer ts化

This commit is contained in:
xiaojunnuo
2023-05-24 17:00:04 +08:00
parent 3751fcd4c9
commit ac15c8fc0e
12 changed files with 470 additions and 695 deletions

View File

@@ -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()`);

View File

@@ -8,6 +8,7 @@ import { AUTOWIRE_KEY } from "../decorator";
export const PLUGIN_CLASS_KEY = "pipeline:plugin";
export function IsTaskPlugin(define: PluginDefine): ClassDecorator {
console.log("IsTaskPlugin");
return (target: any) => {
target = Decorator.target(target);