From ebf3d6ce1a24270ba796c9819c40d1964edec220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 8 Nov 2022 02:17:59 +0800 Subject: fix --- script/vm/type.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/vm/type.lua b/script/vm/type.lua index 78b6d248..f481cf78 100644 --- a/script/vm/type.lua +++ b/script/vm/type.lua @@ -394,7 +394,7 @@ function vm.isSubType(uri, child, parent, mark, err) ]] if guide.isBasicType(childName) and guide.isLiteral(child) - and vm.isSubType(uri, parentName, childName, mark, err) then + and vm.isSubType(uri, parentName, childName, mark) then return true, err end -- cgit v1.2.3