diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-13 03:25:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-13 03:25:56 +0800 |
commit | 5f5760aa9b1d5351b41e3c5aba6607721341e49c (patch) | |
tree | 6f635d8825815f6710c97ef01711e52cdf756f90 /script/vm/local-manager.lua | |
parent | 7fdc3519e62f00f236956d272295b241d4bfa762 (diff) | |
download | lua-language-server-5f5760aa9b1d5351b41e3c5aba6607721341e49c.zip |
cleanup
Diffstat (limited to 'script/vm/local-manager.lua')
-rw-r--r-- | script/vm/local-manager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/local-manager.lua b/script/vm/local-manager.lua index 318dd4bc..9ffee344 100644 --- a/script/vm/local-manager.lua +++ b/script/vm/local-manager.lua @@ -29,7 +29,7 @@ function m.subscribeLocal(source, node) if not node then return end - if node.type == 'union' then + if node.type == 'vm.union' then node:subscribeLocal(source) return end |