server: fix version service

This commit is contained in:
fantasticit 2022-07-04 16:24:24 +08:00
parent 65889f43b2
commit 0f81311ebf
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export class DocumentVersionService {
try { try {
this.redis = await buildRedis(RedisDBEnum.documentVersion); this.redis = await buildRedis(RedisDBEnum.documentVersion);
console.log('[think] 文档版本服务启动成功'); console.log('[think] 文档版本服务启动成功');
this.error = null;
} catch (e) { } catch (e) {
this.error = e.message; this.error = e.message;
console.error(`[think] 文档版本服务启动错误: "${e.message}"`); console.error(`[think] 文档版本服务启动错误: "${e.message}"`);