diff --git a/src/bun.zig b/src/bun.zig index 4a3dad9aa6..ae987d4ecb 100644 --- a/src/bun.zig +++ b/src/bun.zig @@ -1057,6 +1057,8 @@ pub fn reloadProcess( // Clear the terminal if (clear_terminal) { + Output.flush(); + Output.disableBuffering(); Output.resetTerminalAll(); }