add another marker

This commit is contained in:
Squibid 2025-12-05 20:10:35 -05:00
parent 9d5240aaa5
commit 98dbdc1570
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -38,6 +38,8 @@ pub fn callback(self: *const Hook, args: anytype) void {
i = k; i = k;
} }
Lua.state.protectedCall(.{ .args = i }) catch { }; Lua.state.protectedCall(.{ .args = i }) catch {
// TODO: add a callback to remote lua when that gets merged
};
Lua.state.pop(-1); Lua.state.pop(-1);
} }