summaryrefslogtreecommitdiff
path: root/test/other
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-12-17 03:47:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-12-17 03:47:53 +0800
commit7075ca19746addabc66296518a1eeafca8144723 (patch)
tree17b070aab64d6f1e07ba26024a66eb959c9c9f11 /test/other
parentc3b468fd4a6d745c77340eb71c0950d221a6c4ba (diff)
downloadlua-language-server-7075ca19746addabc66296518a1eeafca8144723.zip
update filewatch
Diffstat (limited to 'test/other')
-rw-r--r--test/other/filewatch.lua2
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