stack traces

This commit is contained in:
kepler155c@gmail.com
2019-03-07 13:14:16 -05:00
parent a4145951f7
commit 89f95ca45b
4 changed files with 16 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ function multishell.openTab(tab)
if err then
printError(tostring(err))
if stacktrace then -- alternatively log stack to _debug
print('\n' .. stacktrace)
--print('\n' .. stacktrace)
end
end
print('\nPress enter to close')