diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-16 20:32:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:11:04 +0800 |
commit | 04eaf63f02b1ac74bdf5c8dfedfbe7ad613427fb (patch) | |
tree | 91354fec65163df632c6345393fd7a1b30bf4aa7 /test/full | |
parent | 3843e72b87de1aa8903352d532dbdb60ed662da1 (diff) | |
download | lua-language-server-04eaf63f02b1ac74bdf5c8dfedfbe7ad613427fb.zip |
fix
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/self.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/self.lua b/test/full/self.lua index 63e76d9a..eae53b72 100644 --- a/test/full/self.lua +++ b/test/full/self.lua @@ -6,7 +6,7 @@ local config = require 'config' local ws = require 'workspace' files.removeAll() -local path = ROOT +local path = ROOT / 'script' fsu.scanDirectory(path, function (path) if path:extension():string() ~= '.lua' then |