ignacio / StackTracePlus

StackTracePlus provides enhanced stack traces for Lua.
MIT License
195 stars 27 forks source link

Fix crash that can lead to stack overflow as script attempts to print stack trace of itself! #2

Closed eykamp closed 11 years ago

eykamp commented 11 years ago

Fixes: ERROR: scripts/stack_trace_plus.lua:174: attempt to concatenate local 'k' (a table value)

ignacio commented 11 years ago

Thank you