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 fd0a5e8 commit 390f1daCopy full SHA for 390f1da
packages/pyright-internal/src/pyright.ts
@@ -1283,7 +1283,7 @@ function reportDiagnosticsAsText(
1283
console.info(
1284
`${errorCount.toString()} ${errorCount === 1 ? 'error' : 'errors'}, ` +
1285
`${warningCount.toString()} ${warningCount === 1 ? 'warning' : 'warnings'}, ` +
1286
- `${informationCount.toString()} ${informationCount === 1 ? 'information' : 'informations'} `
+ `${informationCount.toString()} ${informationCount === 1 ? 'information' : 'informations'}`
1287
);
1288
1289
return {
0 commit comments