parent
106aa24b5d
commit
d080c161a9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue