Add context to iteration errors
This commit is contained in:
@@ -135,7 +135,7 @@ impl DirectoryStore for Store {
|
||||
Ok(true)
|
||||
},
|
||||
)
|
||||
.await?;
|
||||
.await.caused_by(trc::location!())?;
|
||||
}
|
||||
|
||||
Ok(results)
|
||||
|
||||
Reference in New Issue
Block a user