summaryrefslogtreecommitdiff
path: root/script/parser/guide.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r--script/parser/guide.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index 07bbc0cd..3c6ef9ef 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -286,7 +286,7 @@ function m.getBlock(obj)
return obj
end
if obj == obj.parent then
- error('obj == obj.parent?', obj.type)
+ error('obj == obj.parent?' .. obj.type)
end
obj = obj.parent
end