mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: 1
This commit is contained in:
@@ -156,6 +156,9 @@ export class UploadCertToHostPlugin extends AbstractTaskPlugin {
|
||||
keyPath
|
||||
);
|
||||
}
|
||||
} catch (e) {
|
||||
this.logger.error(`上传失败:${e.message}`);
|
||||
throw e;
|
||||
} finally {
|
||||
//删除临时文件
|
||||
this.logger.info('删除临时文件');
|
||||
|
||||
Reference in New Issue
Block a user