1
0
Fork 0

Fix workspace/symbols

pull/255/head
Felix Becker 2017-01-24 23:38:04 +01:00
parent 93271bbcc4
commit 8117b49911
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Workspace
{
return coroutine(function () use ($query) {
// Wait until indexing for definitions finished
if (!$this->index->isComplete()) {
if (!$this->index->isStaticComplete()) {
yield waitForEvent($this->index, 'static-complete');
}
$symbols = [];