diff options
Diffstat (limited to 'nomsu_tree.moon')
| -rw-r--r-- | nomsu_tree.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon index e675b17..421e02a 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -79,7 +79,7 @@ Tree "Action", new_args = [args[p-1] for p in *metadata.arg_orders[stub]] args = new_args -- Force Lua to avoid tail call optimization for debugging purposes - ret = action(Lua(@source), unpack(args)) + ret = action(self, unpack(args)) return ret lua = Lua.Value(@source) |
