We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7ec98 commit 535795aCopy full SHA for 535795a
packages/vite/src/node/plugins/reporter.ts
@@ -98,8 +98,7 @@ export function buildReporterPlugin(config: ResolvedConfig): Plugin {
98
buildEnd() {
99
if (shouldLogInfo) {
100
if (tty) {
101
- process.stdout.clearLine(0)
102
- process.stdout.cursorTo(0)
+ clearLine()
103
}
104
config.logger.info(
105
`${colors.green(`✓`)} ${transformedCount} modules transformed.`,
0 commit comments