formatting
This commit is contained in:
parent
671f1efc40
commit
308075ce67
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue