summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-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 3c6ef9ef..07bbc0cd 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