Skip to content

Commit

Permalink
proper fix of src/analyzer/index/IndexingRoot.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 12, 2024
1 parent bf60e78 commit 2076423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyzer/index/IndexingRoot.v
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ pub fn (mut i IndexingRoot) spawn_indexing_workers(cache_chan chan FileIndex, fi
'uri': lsp.document_uri_from_path(filepath).str()
'error': err.str()
}).error('Error indexing file')
continue
}
}

Expand Down

0 comments on commit 2076423

Please sign in to comment.