mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
Update project.ts (#42900)
This commit is contained in:
@@ -1632,7 +1632,7 @@ namespace ts.server {
|
||||
(newLS as any)[k] = (this.languageService as any)[k];
|
||||
}
|
||||
}
|
||||
this.projectService.logger.info(`Plugin validation succeded`);
|
||||
this.projectService.logger.info(`Plugin validation succeeded`);
|
||||
this.languageService = newLS;
|
||||
this.plugins.push({ name: configEntry.name, module: pluginModule });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user