fixing some issues

This commit is contained in:
2025-12-04 17:43:58 +01:00
parent 1457062233
commit 4b8aae9eb9
9 changed files with 35 additions and 30 deletions
+1
View File
@@ -16,6 +16,7 @@ pub fn NonDispatchable(comptime T: type) type {
.object_type = T.ObjectType,
.object = object,
};
std.log.debug("Created non dispatchable handle at 0x{X}", .{@intFromPtr(self)});
return self;
}