1
0
Fork 0

Make indexing sync-ed.

pull/483/head
Alan Li 2017-05-10 14:29:52 -04:00
parent e63256b438
commit b8ae04d56b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
$this->composerLock,
$this->composerJson
);
$indexer->index()->otherwise('\\LanguageServer\\crash');
yield $indexer->index()->otherwise('\\LanguageServer\\crash');
}