Skip to content

Commit dafd121

Browse files
authored
Merge pull request #75 from phatchman/flush_fix
Added missing flush() on error exit
2 parents 036341c + 94bc178 commit dafd121

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app_runner.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub const AppRunner = struct {
8383
self.arena.allocator(),
8484
);
8585
}
86+
printer.flush();
8687
std.process.exit(1);
8788
}
8889
}

0 commit comments

Comments
 (0)