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 3aa9e69 + cec5e07 commit 46fe421Copy full SHA for 46fe421
lib/index.js
@@ -226,8 +226,8 @@ ForkTsCheckerWebpackPlugin.prototype.pluginDone = function () {
226
if (!this.silent && this.logger) {
227
this.logger.info(
228
this.tslint
229
- ? 'Type checking in progress...'
230
- : 'Type checking and linting in progress...'
+ ? 'Type checking and linting in progress...'
+ : 'Type checking in progress...'
231
);
232
}
233
0 commit comments