We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461f64a commit 4354371Copy full SHA for 4354371
test/other/filewatch.lua
@@ -35,6 +35,7 @@ local f <close> = io.open((path / 'test.txt'):string(), 'w')
35
assert(f)
36
f:write('xxx')
37
f:flush()
38
+f:close()
39
40
thread.sleep(1)
41
events = {}
0 commit comments