mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
stage2: fix regression from previous commit
I forgot to build, sorry about that.
This commit is contained in:
parent
7c4c5495be
commit
b3f5d4dc4c
@ -322,7 +322,7 @@ pub const AllErrors = struct {
|
||||
}
|
||||
},
|
||||
.plain => |plain| {
|
||||
stderr.print("{s}: {s}\n", .{ kind, plain.msg });
|
||||
try stderr.print("{s}: {s}\n", .{ kind, plain.msg });
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user