X Tutup
Skip to content

Error when deleting property from table with metatable #993

@Perryvw

Description

@Perryvw
const obj = { foo: "bar", bar: "baz" };
setmetatable(obj, {});
delete obj["foo"];

Causes a lua crash:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup