mod: use unbuffered streaming writer for TUIs
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m36s
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 15m36s
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ pub fn main(init: std.process.Init) !void {
|
||||
}
|
||||
|
||||
// NOTE returned errors should be propagated back to the application
|
||||
container.handle(&app.model, event) catch |err| try app.postEvent(.{
|
||||
container.handle(io, &app.model, event) catch |err| try app.postEvent(.{
|
||||
.err = .{
|
||||
.err = err,
|
||||
.msg = "Container Event handling failed",
|
||||
|
||||
Reference in New Issue
Block a user