@ -234,6 +234,7 @@ local function table_eq(T1, T2)
localfunctionrecurse(t1,t2)
iftype(t1)~=type(t2)thenreturnend
ifnotis_table(t1)then
returnt1==t2
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.