Don't print build errors twice

This commit is contained in:
Jarred Sumner
2023-09-12 02:26:55 -07:00
parent d607d1d459
commit a3a02ea381

View File

@@ -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();
}