fix(watcher): only purge on subsequent setup calls, add git_purge log
This commit is contained in:
@@ -173,6 +173,7 @@ function M.load_project_status(cwd)
|
||||
end
|
||||
|
||||
function M.purge_state()
|
||||
log.line("git", "purge_state")
|
||||
M.projects = {}
|
||||
M.cwd_to_project_root = {}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user