mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Merge pull request #136 from ben-hansske/master
fix #135 "Attempt to index local 'projects' (a nil value)"
This commit is contained in:
commit
6948a402c2
@ -205,7 +205,7 @@ function M.refresh_projects_b4update()
|
|||||||
"refresh_projects_b4update(): No cache config present at",
|
"refresh_projects_b4update(): No cache config present at",
|
||||||
cache_config
|
cache_config
|
||||||
)
|
)
|
||||||
c_config = {}
|
c_config = { projects = {} }
|
||||||
end
|
end
|
||||||
-- don't override non-project config in HarpoonConfig later
|
-- don't override non-project config in HarpoonConfig later
|
||||||
c_config = { projects = c_config.projects }
|
c_config = { projects = c_config.projects }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user