diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-12-06 17:47:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-12-06 17:47:52 +0800 |
commit | 1e3726e3d3f6c84ce29e857181261b5ffb2d0da3 (patch) | |
tree | 6029b3e0e3bbd072790a5f00152fa2efb0cfa071 /script-beta/core | |
parent | 61304827140ac8940e74ce9876c772d021cc926a (diff) | |
download | lua-language-server-1e3726e3d3f6c84ce29e857181261b5ffb2d0da3.zip |
暂存
Diffstat (limited to 'script-beta/core')
-rw-r--r-- | script-beta/core/hover/label.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script-beta/core/hover/label.lua b/script-beta/core/hover/label.lua index 799ad662..bcc65b8d 100644 --- a/script-beta/core/hover/label.lua +++ b/script-beta/core/hover/label.lua @@ -18,6 +18,7 @@ end local function asValue(source, title) local name = buildName(source) + local lib = vm.getLibrary(source) local class = getClass(source) local type = vm.getType(source) local literal = vm.getLiteral(source) |