improve a name
Dependencies
- [2]
NLU6BXIRclean up some cruft from error callstacks - [3]
IZGZEWFGswitch to source editor on error - [4]
4DE2JZVIclean up a debug print - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 47
Error_message = 'Error: ' .. tostring(err)..'\n'..clean_up_callstack(callstack)Error_message = 'Error: ' .. tostring(err)..'\n'..cleaned_up_callstack(callstack) - replacement in app.lua at line 64
function clean_up_callstack(callstack)function cleaned_up_callstack(callstack)