nasty typo caused crash on table definitions. (borked commit)
This commit is contained in:
parent
41cb7417a8
commit
5c8a9d1e72
|
@ -106,7 +106,7 @@ function Lua:parse_function_header (tags,tok,toks)
|
|||
end
|
||||
|
||||
function Lua:parse_extra (tags,tok,toks)
|
||||
if tags.class == 'table' and not tags.fields then
|
||||
if tags.class == 'table' and not tags.field then
|
||||
local res
|
||||
local stat,t,v = pcall(tok)
|
||||
if not stat then return nil end
|
||||
|
|
Loading…
Reference in New Issue