Content deleted Content added
Danmichaelo (talk | contribs) No edit summary |
Danmichaelo (talk | contribs) No edit summary |
||
Line 15:
end)
if not success and (type(details) ~= 'table' or not details.ScribuntoUnit) then -- a real error, not a failed assertion
errmsg = 'Lua error: ' .. tostring(details)
end
if success
out = out .. 'OK'
else
|