diff options
Diffstat (limited to 'tests/modules/fwatcher/watchdir.lua')
| -rw-r--r-- | tests/modules/fwatcher/watchdir.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modules/fwatcher/watchdir.lua b/tests/modules/fwatcher/watchdir.lua index d73d7ff9f..3bd8e8897 100644 --- a/tests/modules/fwatcher/watchdir.lua +++ b/tests/modules/fwatcher/watchdir.lua @@ -1,6 +1,7 @@ import("core.base.fwatcher") function main(watchdir) + print("watch %s ..", watchdir) fwatcher.add(watchdir) while true do local ok, event = fwatcher.wait(-1) |
