Improve error and traceback reporting.

This commit is contained in:
James Roseborough
2010-05-09 03:47:13 +00:00
parent 8d16726e8b
commit fe617fea21

View File

@@ -174,7 +174,6 @@ local function fmterr(...)
if r then
return s
else
print( 'initial error -->'..tostring(s) )
s = string.gsub(s, "stdin:%d+:%s*", "")
return s
end