This commit is contained in:
Ryan Cavanaugh 2016-09-20 16:56:50 -07:00
parent 8c899a6c60
commit 6449e5c357

View file

@ -365,7 +365,7 @@ namespace ts.server {
private onTypeRootFileChanged(project: ConfiguredProject, fileName: string) {
this.logger.info(`Type root file ${fileName} changed`);
this.throttledOperations.schedule(project.configFileName + ' * type root', /*delay*/ 250, () => {
this.throttledOperations.schedule(project.configFileName + " * type root", /*delay*/ 250, () => {
project.updateTypes();
this.updateConfiguredProject(project);
this.refreshInferredProjects();