mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
WIP
This commit is contained in:
@@ -826,7 +826,7 @@ pub const VirtualMachine = struct {
|
||||
bun.reloadProcess(bun.default_allocator, !strings.eqlComptime(this.bundler.env.map.get("BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD") orelse "0", "true"));
|
||||
}
|
||||
|
||||
if (!strings.eqlComptime(this.bundler.env.map.get("BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD") orelse "0", "true")) {
|
||||
if (!strings.eqlComptime(this.bundler.env.get("BUN_CONFIG_NO_CLEAR_TERMINAL_ON_RELOAD") orelse "0", "true")) {
|
||||
Output.flush();
|
||||
Output.disableBuffering();
|
||||
Output.resetTerminalAll();
|
||||
|
||||
Reference in New Issue
Block a user