提交 a5536b8f 编写于 作者: J Johannes Rieken

fix typo

上级 cc73af28
...@@ -248,7 +248,7 @@ class EditorModelManager extends Disposable { ...@@ -248,7 +248,7 @@ class EditorModelManager extends Disposable {
super.dispose(); super.dispose();
} }
public esureSyncedResources(resources: URI[]): void { public ensureSyncedResources(resources: URI[]): void {
for (const resource of resources) { for (const resource of resources) {
let resourceStr = resource.toString(); let resourceStr = resource.toString();
...@@ -387,7 +387,7 @@ export class EditorWorkerClient extends Disposable { ...@@ -387,7 +387,7 @@ export class EditorWorkerClient extends Disposable {
protected _withSyncedResources(resources: URI[]): Promise<EditorSimpleWorkerImpl> { protected _withSyncedResources(resources: URI[]): Promise<EditorSimpleWorkerImpl> {
return this._getProxy().then((proxy) => { return this._getProxy().then((proxy) => {
this._getOrCreateModelManager(proxy).esureSyncedResources(resources); this._getOrCreateModelManager(proxy).ensureSyncedResources(resources);
return proxy; return proxy;
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册