deduplicate error messages for ease of debugging (#4856)
#### Type of change
- [x] 🧹 Tech Debt/Cleanup
This commit is contained in:
parent
93963752bc
commit
791f4435d9
@ -68,7 +68,7 @@ func streamItems(
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
ch <- export.Item{
|
ch <- export.Item{
|
||||||
ID: id,
|
ID: id,
|
||||||
Error: clues.Wrap(err, "converting to eml"),
|
Error: clues.Wrap(err, "converting JSON to eml"),
|
||||||
}
|
}
|
||||||
|
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user