diff --git a/lua/nvim-tree/watcher.lua b/lua/nvim-tree/watcher.lua index 54bb9bd7de9..5a2b1709733 100644 --- a/lua/nvim-tree/watcher.lua +++ b/lua/nvim-tree/watcher.lua @@ -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()