diff options
author | sumneko <sumneko@hotmail.com> | 2021-11-28 23:44:43 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2021-11-28 23:44:43 +0800 |
commit | b6da7274e8fa773183146982f8864247bb33a214 (patch) | |
tree | 2e86f7ea38d483269913885bd54ca9a44a31b0aa /test.lua | |
parent | 74bcaaff8846baa997d1594fb8086ca59bc0e9ff (diff) | |
download | lua-language-server-b6da7274e8fa773183146982f8864247bb33a214.zip |
update
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ local function loadDocMetas() for _, path in ipairs(library.metaPaths) do local uri = furi.encode(path) files.setText(uri, fsu.loadFile(path)) - files.setLibraryPath(uri, library.metaPath) + files.addRef(uri) end end |