Invalid table argument lift
toxamin opened this issue · 2 comments
toxamin commented
When given the following script:
local t = { func("arg1", "arg2") }
Metaworm's luadec produces the following result:
local r0_0 = {
func,
"arg1",
"arg2",
r1_0(r2_0, r3_0)
}
It does lift all the arguments inside of the table, however forgets to call first.
metaworm commented
Thanks for your feedback, this is a bug. I'll fix it as soon as possible.
metaworm commented
I have fixed it. Please refresh the webpage a few more times and try it out.