diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-09 00:20:26 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-09 00:20:26 -0700 |
| commit | cc525bc002e456cc735f66bc4d2c5267a10b6016 (patch) | |
| tree | 473870b356590dc0631e9a809403e180190d23e1 /lib/std/debug.zig | |
| parent | c28d1fe1733eb150f956b1eb0d01d79496e7378c (diff) | |
| parent | 9a2de796bd0eb047ca9bd23940004f3b25ab6625 (diff) | |
| download | zig-cc525bc002e456cc735f66bc4d2c5267a10b6016.tar.gz zig-cc525bc002e456cc735f66bc4d2c5267a10b6016.zip | |
Merge pretty printing compile errors branch
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) { |
