提交 467996a7 编写于 作者: S Sandeep Somavarapu

#97810 throw error after logging

上级 6c720e3b
......@@ -34,6 +34,7 @@ export class UserDataSyncChannel implements IServerChannel {
return result;
} catch (e) {
this.logService.error(e);
throw e;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册