Skip to content

Commit d0dee0d

Browse files
YehudaKremerLekoArts
andauthoredMay 6, 2021
fix(gatsby-plugin-image): print error details (#30417)
Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent 448061a commit d0dee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/gatsby-plugin-image/src/node-apis/image-processing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export async function writeImages({
110110
reporter,
111111
})
112112
} catch (err) {
113-
reporter.error(`Error loading image ${src}`)
113+
reporter.error(`Error loading image ${src}`, err)
114114
return
115115
}
116116
if (

0 commit comments

Comments
 (0)
Please sign in to comment.