1
0
Fork 0

Make indexing sync-ed.

pull/375/head
Alan Li 2017-05-10 14:29:52 -04:00
parent f87dbb9518
commit 88de6556a3
1 changed files with 1 additions and 1 deletions

View File

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