From 9e224e5f63a28372a21a8f6632b1a69fa406b900 Mon Sep 17 00:00:00 2001 From: Tomohiro Endo Date: Sat, 5 Nov 2022 22:41:45 +0900 Subject: [PATCH] utils may not have a notify field and remove utils --- lua/nvim-tree/watcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()