Skip to content

Commit fb5e553

Browse files
cbenpiotr-oles
authored andcommitted
Prepend "TS: " to "No errors found." message
1 parent d3b462e commit fb5e553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/tap-done-to-async-get-issues.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function tapDoneToAsyncGetIssues(
6868
// print stats of the compilation
6969
config.logger.log(statsFormatter(issues, stats));
7070
} else {
71-
config.logger.log(chalk.green('No errors found.'));
71+
config.logger.log('TS: ' + chalk.green('No errors found.'));
7272
}
7373

7474
// report issues to webpack-dev-server, if it's listening

0 commit comments

Comments
 (0)