mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
Merge pull request #15806 from linusg/std-io-tty
std: Move TTY from std.debug to std.io and add missing colors
This commit is contained in:
+1
-1
@@ -1354,7 +1354,7 @@ fn runOneCase(
|
||||
defer all_errors.deinit(allocator);
|
||||
if (all_errors.errorMessageCount() > 0) {
|
||||
all_errors.renderToStdErr(.{
|
||||
.ttyconf = std.debug.detectTTYConfig(std.io.getStdErr()),
|
||||
.ttyconf = std.io.tty.detectConfig(std.io.getStdErr()),
|
||||
});
|
||||
// TODO print generated C code
|
||||
return error.UnexpectedCompileErrors;
|
||||
|
||||
Reference in New Issue
Block a user