Use new name

This commit is contained in:
RUSshy 2021-08-12 19:57:50 +02:00 committed by GitHub
parent 195984bbbb
commit c125512b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ int runServer(string[] args)
{
info("Getting completions");
if(forceScan)
cache.ensureImportCacheValidity();
cache.ensureCacheValidity();
s.sendResponse(complete(request, cache));
}
else if (request.kind & RequestKind.doc)