mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
Don't print build errors twice
This commit is contained in:
@@ -273,6 +273,7 @@ pub const Run = struct {
|
||||
} else {
|
||||
vm.log.printForLogLevelWithEnableAnsiColors(Output.errorWriter(), false) catch {};
|
||||
}
|
||||
vm.log.msgs.items.len = 0;
|
||||
Output.prettyErrorln("\n", .{});
|
||||
Output.flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user