There was an error while loading. Please reload this page.
1 parent 09a9d2e commit c6f110aCopy full SHA for c6f110a
1 file changed
src/esm-to-plain-js.ts
@@ -91,7 +91,7 @@ const esmToPlainJs = {
91
reporter(result: Result) {
92
const name = chalk.gray('esm-to-plain-js');
93
const version = chalk.gray('v' + esmToPlainJs.version);
94
- const info = chalk.blue(`(${result.duration}ms)`);
+ const info = chalk.gray(`(${result.duration}ms)`);
95
log(name, version, cliArgvUtil.colorizePath(result.dest), info);
96
},
97
0 commit comments