| ... | @@ -349,6 +349,7 @@ pub const AllErrors = struct { | ... | @@ -349,6 +349,7 @@ pub const AllErrors = struct { |
| 349 | ttyconf.setColor(stderr, color); | 349 | ttyconf.setColor(stderr, color); |
| 350 | try stderr.writeByteNTimes(' ', indent); | 350 | try stderr.writeByteNTimes(' ', indent); |
| 351 | try stderr.writeAll(kind); | 351 | try stderr.writeAll(kind); |
| | 352 | ttyconf.setColor(stderr, .Reset); |
| 352 | ttyconf.setColor(stderr, .Bold); | 353 | ttyconf.setColor(stderr, .Bold); |
| 353 | try stderr.print(" {s}\n", .{src.msg}); | 354 | try stderr.print(" {s}\n", .{src.msg}); |
| 354 | ttyconf.setColor(stderr, .Reset); | 355 | ttyconf.setColor(stderr, .Reset); |