fix linter

This commit is contained in:
Vladimir Matveev 2016-06-27 15:36:41 -07:00
parent 24a6e50195
commit 05801fc5db
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ namespace ts.server {
for (const openFile of this.openFilesReferenced) {
this.eventHandler("context", openFile.getDefaultProject(), openFile.fileName);
}
// TODO: project system view is inconsistent
}

View File

@ -720,6 +720,6 @@ namespace ts {
projectService.closeClientFile(file1.path);
checkNumberOfConfiguredProjects(projectService, 0);
})
});
});
}