Skip to content

Commit

Permalink
Update Indexer.v
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp authored Nov 12, 2024
1 parent 379e7fd commit 6dc7aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analyzer/Indexer.v
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ pub fn (mut i Indexer) rename_file(old_path string, new_path string) ?index.File
'new_path': new_path
'err': err.str()
}).error('Failed to rename file')
return none
}
}
}
Expand All @@ -149,6 +150,7 @@ pub fn (mut i Indexer) remove_file(path string) ?index.FileIndex {
'path': path
'err': err.str()
}).error('Failed to remove file')
return none
}
}
}
Expand Down

0 comments on commit 6dc7aa0

Please sign in to comment.