fix(watcher): failure on watcher teardown message (#1726)

This commit is contained in:
Tomohiro Endo 2022-11-06 08:30:12 +09:00 committed by GitHub
parent bdc4ec6abd
commit 6d6a44626d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ function Event:destroy(message)
if self._fs_event then
if message then
utils.notify.warn(message)
notify.warn(message)
end
local rc, _, name = self._fs_event:stop()