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
/usr/local/share/lua/5.1/vstruct/io/u.lua:15: attempt to get length of local 'buf' (a nil value)
i solved this by adding a nil check of size in c.lua file in this (function c.read(fd, _, size))
The text was updated successfully, but these errors were encountered:
/usr/local/share/lua/5.1/vstruct/io/u.lua:15: attempt to get length of local 'buf' (a nil value)
i solved this by adding a nil check of size in c.lua file in this (function c.read(fd, _, size))
The text was updated successfully, but these errors were encountered: