stage2: fix regression from previous commit

I forgot to build, sorry about that.
This commit is contained in:
Andrew Kelley 2021-04-09 10:38:44 -07:00
parent 7c4c5495be
commit b3f5d4dc4c

View File

@ -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 });
},
}
}