Skip to content

Commit 6d6a446

Browse files
fix(watcher): failure on watcher teardown message (#1726)
1 parent bdc4ec6 commit 6d6a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/watcher.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Event:destroy(message)
8989

9090
if self._fs_event then
9191
if message then
92-
utils.notify.warn(message)
92+
notify.warn(message)
9393
end
9494

9595
local rc, _, name = self._fs_event:stop()

0 commit comments

Comments
 (0)