diff options
| author | jacob gw <jacoblevgw@gmail.com> | 2021-04-06 17:19:34 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-08 23:17:36 -0700 |
| commit | 99ec511c4c62d22c88a57395e169948140c5b712 (patch) | |
| tree | 3a4e8a85ea89af1a53421956f97d635f3a1fe4c5 /lib/std/debug.zig | |
| parent | c28d1fe1733eb150f956b1eb0d01d79496e7378c (diff) | |
| download | zig-99ec511c4c62d22c88a57395e169948140c5b712.tar.gz zig-99ec511c4c62d22c88a57395e169948140c5b712.zip | |
stage2: pretty print compilation errors
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index a7badf7ed1..c84a0e0f18 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -462,7 +462,7 @@ pub const TTY = struct { // TODO give this a payload of file handle windows_api, - fn setColor(conf: Config, out_stream: anytype, color: Color) void { + pub fn setColor(conf: Config, out_stream: anytype, color: Color) void { nosuspend switch (conf) { .no_color => return, .escape_codes => switch (color) { |
