mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Disable buffering when we clear terminal
hopefully fixes an issue reported in Discord
This commit is contained in:
@@ -1057,6 +1057,8 @@ pub fn reloadProcess(
|
||||
|
||||
// Clear the terminal
|
||||
if (clear_terminal) {
|
||||
Output.flush();
|
||||
Output.disableBuffering();
|
||||
Output.resetTerminalAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user