Make indexing sync-ed.
parent
f87dbb9518
commit
88de6556a3
|
@ -237,7 +237,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
||||||
$this->composerLock,
|
$this->composerLock,
|
||||||
$this->composerJson
|
$this->composerJson
|
||||||
);
|
);
|
||||||
$indexer->index()->otherwise('\\LanguageServer\\crash');
|
yield $indexer->index()->otherwise('\\LanguageServer\\crash');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue