forked from lix-project/lix
Merge pull request #2608 from dtzWill/fix/issue-2546
EvalState::resetFileCache: clear parse cache as well as eval cache
This commit is contained in:
commit
c7bf1cdb4e
|
@ -757,6 +757,7 @@ void EvalState::evalFile(const Path & path_, Value & v)
|
|||
void EvalState::resetFileCache()
|
||||
{
|
||||
fileEvalCache.clear();
|
||||
fileParseCache.clear();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue