fix #135 "Attempt to index local 'projects' (a nil value)"

This commit is contained in:
Ben Hansske 2021-12-03 21:30:32 +01:00
parent 6b6adf1ff4
commit 9a7f7214f2

View File

@ -205,7 +205,7 @@ function M.refresh_projects_b4update()
"refresh_projects_b4update(): No cache config present at",
cache_config
)
c_config = {}
c_config = { projects = {} }
end
-- don't override non-project config in HarpoonConfig later
c_config = { projects = c_config.projects }