We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07091a1 commit 5c70296Copy full SHA for 5c70296
packages/vite/src/node/build.ts
@@ -836,7 +836,7 @@ async function buildEnvironment(
836
clearLine()
837
if (startTime) {
838
logger.error(
839
- `${colors.red('x')} Build failed in ${displayTime(Date.now() - startTime)}`,
+ `${colors.red('✗')} Build failed in ${displayTime(Date.now() - startTime)}`,
840
)
841
startTime = undefined
842
}
0 commit comments