diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-20 16:23:53 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-20 16:23:59 -0700 |
| commit | dec5ee82627cdf71214cf9ba794476ee65ebc5e1 (patch) | |
| tree | 4d315876b0923ba60d91779a1d7b4b17d74eac31 /nomsu_tree.lua | |
| parent | 14bda2fb2d881bd2ad4f1a53aabb937b534d545e (diff) | |
Lots of optimizations.
Diffstat (limited to 'nomsu_tree.lua')
| -rw-r--r-- | nomsu_tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua index b42fe52..a693d95 100644 --- a/nomsu_tree.lua +++ b/nomsu_tree.lua @@ -131,7 +131,7 @@ Tree("Action", { end args = new_args end - local ret = action(Lua(self.source), unpack(args)) + local ret = action(self, unpack(args)) return ret end local lua = Lua.Value(self.source) |
