Skip to content

Commit 46fe421

Browse files
authored
Merge pull request #38 from matt-tock/matt-tock-patch-1
Fix log message when tslint is on.
2 parents 3aa9e69 + cec5e07 commit 46fe421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ ForkTsCheckerWebpackPlugin.prototype.pluginDone = function () {
226226
if (!this.silent && this.logger) {
227227
this.logger.info(
228228
this.tslint
229-
? 'Type checking in progress...'
230-
: 'Type checking and linting in progress...'
229+
? 'Type checking and linting in progress...'
230+
: 'Type checking in progress...'
231231
);
232232
}
233233
}

0 commit comments

Comments
 (0)