alt tab and odd -c no focus

This commit is contained in:
Harrison DiAmbrosio 2025-11-25 17:30:13 -05:00
parent 1729e10e1d
commit d4ab71fb35
4 changed files with 22 additions and 18 deletions

View file

@ -16,6 +16,7 @@ pub fn spawn(L: *zlua.Lua) i32 {
}
L.checkType(1, .string);
std.log.debug("GOT HERE", .{});
const cmd = L.toString(1) catch {
L.raiseErrorStr("Lua error check your config", .{});