Use new name
This commit is contained in:
parent
195984bbbb
commit
c125512b47
|
|
@ -296,7 +296,7 @@ int runServer(string[] args)
|
||||||
{
|
{
|
||||||
info("Getting completions");
|
info("Getting completions");
|
||||||
if(forceScan)
|
if(forceScan)
|
||||||
cache.ensureImportCacheValidity();
|
cache.ensureCacheValidity();
|
||||||
s.sendResponse(complete(request, cache));
|
s.sendResponse(complete(request, cache));
|
||||||
}
|
}
|
||||||
else if (request.kind & RequestKind.doc)
|
else if (request.kind & RequestKind.doc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue