This commit is contained in:
Johannes Rieken
2021-02-19 15:04:17 +01:00
parent 57cd5d4936
commit 4a74fa81c1
3 changed files with 7 additions and 7 deletions

View File

@@ -476,7 +476,7 @@ export class MainThreadNotebooks extends Disposable implements MainThreadNoteboo
return this._proxy.$saveNotebookAs(viewType, uri, target, token);
},
backup: async (uri: URI, token: CancellationToken) => {
return this._proxy.$backup(viewType, uri, token);
return this._proxy.$backupNotebook(viewType, uri, token);
}
};