diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-05-30 16:17:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-05-30 16:17:21 +0800 |
commit | db3fe02b476bc81bf7b0dc00125a4622346c0b92 (patch) | |
tree | e4aa6913f1dc2f9363309078f6e259516f0c7204 /script-beta/core/hover/label.lua | |
parent | 245c99bb1ca69dab538c3106b640a478f963d6ed (diff) | |
download | lua-language-server-db3fe02b476bc81bf7b0dc00125a4622346c0b92.zip |
hover 合并 value
Diffstat (limited to 'script-beta/core/hover/label.lua')
-rw-r--r-- | script-beta/core/hover/label.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script-beta/core/hover/label.lua b/script-beta/core/hover/label.lua index 942abe20..e82c9c6f 100644 --- a/script-beta/core/hover/label.lua +++ b/script-beta/core/hover/label.lua @@ -26,7 +26,7 @@ local function asValue(source, title) literal = vm.mergeViews(literal, util.viewLiteral(sl)) end if type == 'table' then - cont = buildTable(source) + cont = buildTable(src) end end) local pack = {} |