mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
chore:
This commit is contained in:
@@ -54,7 +54,11 @@ export class AutoInitSite {
|
||||
}
|
||||
|
||||
// 授权许可
|
||||
await this.plusService.verify();
|
||||
try {
|
||||
await this.plusService.verify();
|
||||
} catch (e) {
|
||||
logger.error('授权许可验证失败', e);
|
||||
}
|
||||
|
||||
logger.info('初始化站点完成');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user