From 7075ca19746addabc66296518a1eeafca8144723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 17 Dec 2022 03:47:53 +0800 Subject: update filewatch --- test/other/filewatch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 _ = fw.watch(path:string()) +local _ = fw.watch(path:string(), true) fsu.saveFile(path / 'test.txt', 'test') local events -- cgit v1.2.3