diff --git a/packages/core/basic/src/utils/util.merge.ts b/packages/core/basic/src/utils/util.merge.ts index dae9d49d8..eafc2a482 100644 --- a/packages/core/basic/src/utils/util.merge.ts +++ b/packages/core/basic/src/utils/util.merge.ts @@ -1,4 +1,4 @@ -import * as _ from 'lodash-es'; +import * as _ from "lodash-es"; function isUnMergeable(srcValue: any) { return srcValue != null && srcValue instanceof UnMergeable; } diff --git a/packages/ui/certd-server/src/plugins/plugin-plus/esxi/plugin-deploy-to-esxi.ts b/packages/ui/certd-server/src/plugins/plugin-plus/esxi/plugin-deploy-to-esxi.ts index e64323abf..66cd69f2f 100644 --- a/packages/ui/certd-server/src/plugins/plugin-plus/esxi/plugin-deploy-to-esxi.ts +++ b/packages/ui/certd-server/src/plugins/plugin-plus/esxi/plugin-deploy-to-esxi.ts @@ -59,7 +59,7 @@ export class EsxiDeployCertPlugin extends AbstractPlusTaskPlugin { handle: async (ctx) => { const crtPath = ctx.tmpCrtPath; const keyPath = ctx.tmpKeyPath; - sshClient.uploadFiles({ + await sshClient.uploadFiles({ connectConf: sshConf, transports: [ {