Skip to content

Commit ebf3d6c

Browse files
committed
fix
1 parent 1633204 commit ebf3d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/type.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ function vm.isSubType(uri, child, parent, mark, err)
394394
]]
395395
if guide.isBasicType(childName)
396396
and guide.isLiteral(child)
397-
and vm.isSubType(uri, parentName, childName, mark, err) then
397+
and vm.isSubType(uri, parentName, childName, mark) then
398398
return true, err
399399
end
400400

0 commit comments

Comments
 (0)