Skip to content

Commit 8235bb8

Browse files
author
Orta
authored
Merge pull request microsoft#32661 from orta/fix_32655
Fix a typo in the error message around language service plugins
2 parents 00a75c4 + 777d504 commit 8235bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ namespace ts.server {
12751275
private enableProxy(pluginModuleFactory: PluginModuleFactory, configEntry: PluginImport) {
12761276
try {
12771277
if (typeof pluginModuleFactory !== "function") {
1278-
this.projectService.logger.info(`Skipped loading plugin ${configEntry.name} because it did expose a proper factory function`);
1278+
this.projectService.logger.info(`Skipped loading plugin ${configEntry.name} because it did not expose a proper factory function`);
12791279
return;
12801280
}
12811281

0 commit comments

Comments
 (0)