We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5184209 commit 81f8d4bCopy full SHA for 81f8d4b
1 file changed
src/services/item/plugins/thumbnail/itemThumbnail.service.ts
@@ -136,7 +136,7 @@ export class ItemThumbnailService {
136
}
137
138
this.logger.error(
139
- `An error occured while fetching the item's thumbnails. The reason: ${res.reason}`,
+ `An error occured while fetching the item's thumbnails. The reason: ${JSON.stringify(res.reason)}`,
140
);
141
return acc;
142
}, {});
0 commit comments