Skip to content

Commit 934b5c9

Browse files
committed
1 parent add1ab2 commit 934b5c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

3rd/lni

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 8222dc4faa62183a594f44466ebcd39ab91632c7

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)