The original Lua throws an error when argument is not integer. `Main.lua:1: bad argument #1 to 'getlocal' (number has no integer representation)` ```lua debug.getlocal(0.1, 1) ```