aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_compiler.lua')
-rw-r--r--nomsu_compiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index c2502d8..542afe5 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -93,7 +93,7 @@ compile = function(self, tree)
end
args = _accum_0
end
- local ret = compile_action(self, unpack(args))
+ local ret = compile_action(self, tree, unpack(args))
if ret == nil then
local info = debug.getinfo(compile_action, "S")
local filename = Source:from_string(info.source).filename