| author | |
| committer | |
| log | 751bb12a9612c092541a63db72eb9ecc5eb1c4bd |
| tree | 6ef7a40a5def78f6d190672e902964eee827f420 |
| parent | f4ee46e8395228cdcb1d5f7f2ac8b4ebd955b07f |
After 7a4b53fdee89f2d61cedbb3cef3bda24dacf2a57, bold no longer changes
the color back, so we need an extra reset.1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -349,6 +349,7 @@ pub const AllErrors = struct { |
| 349 | 349 | ttyconf.setColor(stderr, color); |
| 350 | 350 | try stderr.writeByteNTimes(' ', indent); |
| 351 | 351 | try stderr.writeAll(kind); |
| 352 | ttyconf.setColor(stderr, .Reset); | |
| 352 | 353 | ttyconf.setColor(stderr, .Bold); |
| 353 | 354 | try stderr.print(" {s}\n", .{src.msg}); |
| 354 | 355 | ttyconf.setColor(stderr, .Reset); |