diff --git a/src/RemoteLua.zig b/src/RemoteLua.zig index 15850c2..c8582aa 100644 --- a/src/RemoteLua.zig +++ b/src/RemoteLua.zig @@ -34,6 +34,7 @@ pub fn create(client: *wl.Client, version: u32, id: u32) !void { errdefer node.L.deinit(); node.L.openLibs(); Lua.openLibs(node.L); + // TODO: replace stdout and stderr with buffers we can send to the clients try server.remote_lua_clients.append(gpa, node);