Skip to content

Commit d7f23d0

Browse files
authored
fix: clear screen and scrollback on iTerm2 (#5978)
1 parent 429e1a7 commit d7f23d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class Logger {
6464
return
6565
}
6666

67-
this.console.log(`${ERASE_SCROLLBACK}${CLEAR_SCREEN}${message}`)
67+
this.console.log(`${CLEAR_SCREEN}${ERASE_SCROLLBACK}${message}`)
6868
}
6969

7070
clearScreen(message: string, force = false) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy