We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc4ec6 commit 6d6a446Copy full SHA for 6d6a446
lua/nvim-tree/watcher.lua
@@ -89,7 +89,7 @@ function Event:destroy(message)
89
90
if self._fs_event then
91
if message then
92
- utils.notify.warn(message)
+ notify.warn(message)
93
end
94
95
local rc, _, name = self._fs_event:stop()
0 commit comments