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.
1 parent 3f75d2c commit 777d504Copy full SHA for 777d504
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