Skip to content

Commit 777d504

Browse files
committed
Fix a typo in the error message around language service plugins
1 parent 3f75d2c commit 777d504

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)