mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-12 02:39:48 +00:00
fix: don't reassign for-loop variable
In Lua 5.5 you can no longer reassign for-loop variables, f.e. ```lua for k, v in pairs(tbl) do k = "foobar" end ``` This PR should fix this problem Signed-off-by: botantony <antonsm21@gmail.com>
This commit is contained in:
Reference in New Issue
Block a user