Skip to content

Commit 4f543a8

Browse files
committed
Revert "LuaLS#693 fix"
This reverts commit 934b5c9.
1 parent 934b5c9 commit 4f543a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

3rd/lni

Lines changed: 0 additions & 1 deletion
This file was deleted.

script/parser/guide.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function m.getBlock(obj)
286286
return obj
287287
end
288288
if obj == obj.parent then
289-
error('obj == obj.parent?' .. obj.type)
289+
error('obj == obj.parent?', obj.type)
290290
end
291291
obj = obj.parent
292292
end

0 commit comments

Comments
 (0)