diff options
Diffstat (limited to 'test')
-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 |