Skip to content

Commit

Permalink
fix built - the anonymous function does not return an error
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 12, 2024
1 parent d5ad455 commit e103dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analyzer/index/IndexingRoot.v
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ 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')
return err
}
}

Expand Down

0 comments on commit e103dbb

Please sign in to comment.