提交 66bb68f5 编写于 作者: J Johannes Rieken

💄 fix typo

上级 edc06871
......@@ -168,7 +168,7 @@ export class ExtHostModelService {
});
}
$getUnferencedDocuments(): TPromise<URI[]> {
$getUnreferencedDocuments(): TPromise<URI[]> {
const result: URI[] = [];
for (let key in this._documentData) {
if (!this._documentData[key].isDocumentReferenced) {
......@@ -648,7 +648,7 @@ export class MainThreadDocuments {
}
private _runDocumentCleanup(): void {
this._proxy.$getUnferencedDocuments().then(resources => {
this._proxy.$getUnreferencedDocuments().then(resources => {
const toBeDisposed: URI[] = [];
const promises = resources.map(resource => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册