We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00a75c4 + 777d504 commit 8235bb8Copy full SHA for 8235bb8
src/server/project.ts
@@ -1275,7 +1275,7 @@ namespace ts.server {
1275
private enableProxy(pluginModuleFactory: PluginModuleFactory, configEntry: PluginImport) {
1276
try {
1277
if (typeof pluginModuleFactory !== "function") {
1278
- this.projectService.logger.info(`Skipped loading plugin ${configEntry.name} because it did expose a proper factory function`);
+ this.projectService.logger.info(`Skipped loading plugin ${configEntry.name} because it did not expose a proper factory function`);
1279
return;
1280
}
1281
0 commit comments