diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-17 03:47:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-17 03:47:53 +0800 |
commit | 7075ca19746addabc66296518a1eeafca8144723 (patch) | |
tree | 17b070aab64d6f1e07ba26024a66eb959c9c9f11 /test/other | |
parent | c3b468fd4a6d745c77340eb71c0950d221a6c4ba (diff) | |
download | lua-language-server-7075ca19746addabc66296518a1eeafca8144723.zip |
update filewatch
Diffstat (limited to 'test/other')
-rw-r--r-- | test/other/filewatch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/filewatch.lua b/test/other/filewatch.lua index 66a9ccbc..f5d5a03d 100644 --- a/test/other/filewatch.lua +++ b/test/other/filewatch.lua @@ -9,7 +9,7 @@ fs.create_directories(path) os.remove((path / 'test.txt'):string()) -local _ <close> = fw.watch(path:string()) +local _ <close> = fw.watch(path:string(), true) fsu.saveFile(path / 'test.txt', 'test') local events |