summaryrefslogtreecommitdiff
path: root/script/parser/guide.lua
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2021-10-01 13:39:34 +0800
committersumneko <sumneko@hotmail.com>2021-10-01 13:39:34 +0800
commit4f543a84763ae84f45faab0a73612dc0a1b83d08 (patch)
tree934a5ca7f4ddd3fd869a290fff2e2001b6ba61f6 /script/parser/guide.lua
parent934b5c92e4b9365a16c084943852014c0cae21a9 (diff)
downloadlua-language-server-4f543a84763ae84f45faab0a73612dc0a1b83d08.zip
Revert "#693 fix"
This reverts commit 934b5c92e4b9365a16c084943852014c0cae21a9.
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 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