Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible segfault with debug library shenanigans
local info = debug.getinfo(0) for i=1, math.huge do local newInfo = debug.getinfo(i) if not newInfo then info.func() print("you have done little sorcery UwU") return end info = newInfo end
- Loading branch information