Issue I446 [80,defect,lua,minor,resolved] Convert Lua errors to strings. The tostring() function is now applied to any Lua error object before displaying it. Example: Prior to 8.0.4-TEST17, error({}) resulted in "unrecognized lua error" rather than the string representation of the table. Affects 8.0.0. Resolved in 8.0.4-TEST17.