You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is "intended", in the sense that the code never allowed for this possibility. I think this might've been initially omitted to avoid having to implement infinite loop detection.
when using
computer.pushSignal()
with valid table, such as:{"b",{"c"}}
, event.pull() returns a table without any subtables:{"b"}
screenshot:
is this intended behavior? I checked documentation, and it says thst subtables are supported.
tried this on both lua 5.3 & 5.4
The text was updated successfully, but these errors were encountered: