chore: better error message
This commit is contained in:
parent
0eadcd46ef
commit
e2e3ce4ea0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ impl DiffProviderRegistry {
|
||||||
.iter()
|
.iter()
|
||||||
.map(|provider| provider.blame(file, range.clone()))
|
.map(|provider| provider.blame(file, range.clone()))
|
||||||
.next()
|
.next()
|
||||||
.context("neno")?
|
.context("No provider found")?
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Fire-and-forget changed file iteration. Runs everything in a background task. Keeps
|
/// Fire-and-forget changed file iteration. Runs everything in a background task. Keeps
|
||||||
|
|
Loading…
Add table
Reference in a new issue