Space sync now scheduled
This commit is contained in:
@@ -12,5 +12,8 @@ export function syncSyscalls(editor: Client): SysCallMapping {
|
||||
"sync.scheduleFileSync": (_ctx, path: string): Promise<void> => {
|
||||
return editor.syncService.scheduleFileSync(path);
|
||||
},
|
||||
"sync.scheduleSpaceSync": () => {
|
||||
return editor.syncService.scheduleSpaceSync();
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user