Skip to content

Commit

Permalink
chore: build time message setting color (#12940)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Apr 23, 2023
1 parent 21c61cb commit ada7cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/src/node/plugins/reporter.ts
Expand Up @@ -260,8 +260,8 @@ export function buildReporterPlugin(config: ResolvedConfig): Plugin {
closeBundle() {
if (shouldLogInfo && !config.build.watch) {
config.logger.info(
`${colors.green(`✓`)} built in ${displayTime(
Date.now() - startTime,
`${colors.green(
`✓ built in ${displayTime(Date.now() - startTime)}`,
)}`,
)
}
Expand Down

0 comments on commit ada7cd5

Please sign in to comment.