Watcher tidy

This commit is contained in:
Alexander Courtis 2024-11-08 17:59:07 +11:00
parent 412475e4f7
commit 388439e639

View File

@ -169,7 +169,6 @@ function Watcher:new(args)
self.callback = args.callback
self.files = args.files
self.listener = nil
self.event = args.event
end
---Static factory method