Add context to iteration errors

This commit is contained in:
mdecimus
2024-10-17 17:30:45 +02:00
parent a1c5be0e11
commit 9e78aaa751
11 changed files with 23 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ impl DirectoryStore for Store {
Ok(true)
},
)
.await?;
.await.caused_by(trc::location!())?;
}
Ok(results)