fix init_tree should not run when root path doesnt change
This commit is contained in:
@@ -11,6 +11,10 @@ function M.set_root_path(path)
|
||||
ROOT_PATH = path
|
||||
end
|
||||
|
||||
function M.get_root_path()
|
||||
return ROOT_PATH
|
||||
end
|
||||
|
||||
local Tree = {}
|
||||
|
||||
local IGNORE_LIST = ""
|
||||
|
||||
Reference in New Issue
Block a user