提交 9e89ada9 编写于 作者: S Sandeep Somavarapu

fix compilation

上级 44e90634
......@@ -44,7 +44,7 @@ class TestSynchroniser extends AbstractSynchroniser {
await this.updateLastSyncUserData({ ref, syncData: { content: '', version: this.version } });
}
stop(): void {
async stop(): Promise<void> {
this.cancelled = true;
this.syncBarrier.open();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册