diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 21:12:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 21:12:15 +0800 |
commit | b6eed1d1f301706f51fc3dcef45f64ae4400eadd (patch) | |
tree | 89942f14778c012351a066b89c4dd87ac51ebf83 /script/gc.lua | |
parent | c2d2e7a92461dafab0b3446cd30db67d00eed570 (diff) | |
download | lua-language-server-b6eed1d1f301706f51fc3dcef45f64ae4400eadd.zip |
stash
Diffstat (limited to 'script/gc.lua')
-rw-r--r-- | script/gc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/gc.lua b/script/gc.lua index 7e4a8ab1..24a72f15 100644 --- a/script/gc.lua +++ b/script/gc.lua @@ -1,4 +1,4 @@ -local util = require 'share.utility' +local util = require 'utility' ---@class gc ---@field _list table |