fix(watcher): failure on watcher teardown message (#1726)
This commit is contained in:
parent
bdc4ec6abd
commit
6d6a44626d
@ -89,7 +89,7 @@ function Event:destroy(message)
|
|||||||
|
|
||||||
if self._fs_event then
|
if self._fs_event then
|
||||||
if message then
|
if message then
|
||||||
utils.notify.warn(message)
|
notify.warn(message)
|
||||||
end
|
end
|
||||||
|
|
||||||
local rc, _, name = self._fs_event:stop()
|
local rc, _, name = self._fs_event:stop()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user