Skip to content

Commit ada7cd5

Browse files
authoredApr 23, 2023
chore: build time message setting color (#12940)
1 parent 21c61cb commit ada7cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/vite/src/node/plugins/reporter.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ export function buildReporterPlugin(config: ResolvedConfig): Plugin {
260260
closeBundle() {
261261
if (shouldLogInfo && !config.build.watch) {
262262
config.logger.info(
263-
`${colors.green(`✓`)} built in ${displayTime(
264-
Date.now() - startTime,
263+
`${colors.green(
264+
`✓ built in ${displayTime(Date.now() - startTime)}`,
265265
)}`,
266266
)
267267
}

0 commit comments

Comments
 (0)
Please sign in to comment.