summaryrefslogtreecommitdiff
path: root/script/core/noder.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/core/noder.lua')
-rw-r--r--script/core/noder.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua
index e6ff1084..a4bec423 100644
--- a/script/core/noder.lua
+++ b/script/core/noder.lua
@@ -888,7 +888,7 @@ function m.compileNodes(source)
local root = guide.getRoot(source)
local noders = m.getNoders(source)
if next(noders) then
- return
+ return noders
end
guide.eachSource(root, function (src)
m.pushSource(noders, src)