Skip to content

Commit dd286c7

Browse files
committed
chore: comment
1 parent 7b7ae3c commit dd286c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/image-cache.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ fetch(
125125
})
126126
.catch(error => {
127127
console.error(error);
128+
// TODO: Handle `Input buffer contains unsupported image format` error from sharp when the image
129+
// is actually a video or another media file.
128130
let exitCode = 1;
129131
if (
130132
error.cause &&

0 commit comments

Comments
 (0)