1
0
Fork 0

Don't crash if indexing fails

pull/249/head v4.2.1
Felix Becker 2017-01-13 12:06:58 -08:00
parent 106aa24b5d
commit d080c161a9
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
); );
if ($rootPath !== null) { if ($rootPath !== null) {
yield $this->index($rootPath)->otherwise('LanguageServer\\crash'); yield $this->index($rootPath);
} }
// Find composer.json // Find composer.json