We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 036341c + 94bc178 commit dafd121Copy full SHA for dafd121
1 file changed
src/app_runner.zig
@@ -83,6 +83,7 @@ pub const AppRunner = struct {
83
self.arena.allocator(),
84
);
85
}
86
+ printer.flush();
87
std.process.exit(1);
88
89
0 commit comments