Skip to content

Commit 5d838d6

Browse files
authored
feat: changes color or tip to be easier to read (#1030)
1 parent b665311 commit 5d838d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/reporters/abstract-list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default abstract class AbstractListReporter implements Reporter {
198198
}
199199

200200
_printTip (tip: string): void {
201-
printLn(`Tip > ${chalk.white.dim(tip)}`, 2)
201+
printLn(`Tip > ${chalk.white(tip)}`, 2)
202202
}
203203

204204
_runLocationString (): string {

0 commit comments

Comments
 (0)