| ... | @@ -592,7 +592,7 @@ pub fn main(init: process.Init.Minimal) !void { | ... | @@ -592,7 +592,7 @@ pub fn main(init: process.Init.Minimal) !void { |
| 592 | | 592 | |
| 593 | .error_style = error_style, | 593 | .error_style = error_style, |
| 594 | .multiline_errors = multiline_errors, | 594 | .multiline_errors = multiline_errors, |
| 595 | .summary = summary orelse if (watch or webui_listen != null) .line else .failures, | 595 | .summary = summary orelse if (watch or webui_listen != null) .new else .failures, |
| 596 | }; | 596 | }; |
| 597 | defer { | 597 | defer { |
| 598 | maker.memory_blocked_steps.deinit(gpa); | 598 | maker.memory_blocked_steps.deinit(gpa); |
| ... | @@ -997,7 +997,7 @@ fn makeStepNames( | ... | @@ -997,7 +997,7 @@ fn makeStepNames( |
| 997 | t.setColor(.reset) catch {}; | 997 | t.setColor(.reset) catch {}; |
| 998 | } | 998 | } |
| 999 | | 999 | |
| 1000 | w.writeAll("\n") catch {}; | 1000 | w.writeByte('\n') catch {}; |
| 1001 | | 1001 | |
| 1002 | if (maker.summary == .line) break :summary; | 1002 | if (maker.summary == .line) break :summary; |
| 1003 | | 1003 | |