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 1057b23 commit 6e3881dCopy full SHA for 6e3881d
src/hooks/tapDoneToAsyncGetIssues.ts
@@ -29,7 +29,7 @@ function tapDoneToAsyncGetIssues(
29
try {
30
if (await isPending(issuesPromise)) {
31
hooks.waiting.call(stats.compilation);
32
- configuration.logger.issues.log(chalk.blue('Issues checking in progress...'));
+ configuration.logger.issues.log(chalk.cyan('Issues checking in progress...'));
33
} else {
34
// wait 10ms to log issues after webpack stats
35
await wait(10);
0 commit comments