Skip to content

Commit

Permalink
chore: fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 9, 2024
1 parent 3360743 commit e948941
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1073,11 +1073,7 @@ export function onRollupLog(
logHandler(logLeveling, logging)
}

const tty = process.stdout.isTTY && !process.env.CI
if (tty) {
process.stdout.clearLine(0)
process.stdout.cursorTo(0)
}
clearLine()
const userOnLog = environment.config.build.rollupOptions?.onLog
if (userOnLog) {
userOnLog(level, log, viteLog)
Expand Down

0 comments on commit e948941

Please sign in to comment.