This commit is contained in:
xiaojunnuo
2024-07-08 11:45:31 +08:00
parent ed8a54a2bc
commit 322875d241
2 changed files with 14 additions and 1 deletions
@@ -156,6 +156,9 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
keyPath
);
}
} catch (e) {
this.logger.error(`上传失败:${e.message}`);
throw e;
} finally {
//删除临时文件
this.logger.info('删除临时文件');