There was an error while loading. Please reload this page.
1 parent add1ab2 commit 934b5c9Copy full SHA for 934b5c9
3rd/lni
@@ -0,0 +1 @@
1
+Subproject commit 8222dc4faa62183a594f44466ebcd39ab91632c7
script/parser/guide.lua
@@ -286,7 +286,7 @@ function m.getBlock(obj)
286
return obj
287
end
288
if obj == obj.parent then
289
- error('obj == obj.parent?', obj.type)
+ error('obj == obj.parent?' .. obj.type)
290
291
obj = obj.parent
292
0 commit comments