formatting

This commit is contained in:
gfgtdf 2019-08-16 15:45:51 +02:00
parent 671f1efc40
commit 308075ce67

View file

@ -267,7 +267,7 @@ end
function wml_actions.lua(cfg)
cfg = wml.shallow_literal(cfg)
--fixme untested
--fixme untested
local bytecode, message = load(cfg.code or "", cfg.name or "")
if not bytecode then error("~lua:" .. message, 0) end
bytecode(wml.get_child(cfg, "args"))