Skip to content

Commit 5c70296

Browse files
authored
chore: use unicode cross icon instead of x (#19497)
1 parent 07091a1 commit 5c70296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ async function buildEnvironment(
836836
clearLine()
837837
if (startTime) {
838838
logger.error(
839-
`${colors.red('x')} Build failed in ${displayTime(Date.now() - startTime)}`,
839+
`${colors.red('')} Build failed in ${displayTime(Date.now() - startTime)}`,
840840
)
841841
startTime = undefined
842842
}

0 commit comments

Comments
 (0)