Skip to content

Commit c6f110a

Browse files
committed
Less harsh color for duration log message
1 parent 09a9d2e commit c6f110a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esm-to-plain-js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const esmToPlainJs = {
9191
reporter(result: Result) {
9292
const name = chalk.gray('esm-to-plain-js');
9393
const version = chalk.gray('v' + esmToPlainJs.version);
94-
const info = chalk.blue(`(${result.duration}ms)`);
94+
const info = chalk.gray(`(${result.duration}ms)`);
9595
log(name, version, cliArgvUtil.colorizePath(result.dest), info);
9696
},
9797

0 commit comments

Comments
 (0)