From d5ecec7f362db69879e5097e41bd334d76260783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 29 Oct 2020 20:43:01 +0800 Subject: =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-beta/core/hover/label.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script-beta/core/hover/label.lua') diff --git a/script-beta/core/hover/label.lua b/script-beta/core/hover/label.lua index 67faefe6..2c0bdcd1 100644 --- a/script-beta/core/hover/label.lua +++ b/script-beta/core/hover/label.lua @@ -36,7 +36,7 @@ local function asValue(source, title) local class = vm.getClass(source) local literal = vm.getInferLiteral(source) local cont - if vm.hasInferType(source, 'table') then + if vm.hasInferType(source, 'table', 'deep') then cont = buildTable(source) end local pack = {} -- cgit v1.2.3