feat: add affine request error msg

This commit is contained in:
MingLiang Wang
2023-01-12 15:11:49 +08:00
parent 034e460701
commit 9ae9bb8092
9 changed files with 217 additions and 61 deletions
@@ -100,7 +100,7 @@ export class LocalProvider extends BaseProvider {
owner: undefined,
syncMode: 'core',
memberCount: 1,
provider: 'local',
provider: this.id,
});
this._workspaces.add(workspaceUnit);
this._storeWorkspaces(this._workspaces.list());