Skip to content

Commit

Permalink
fix(gatsby-plugin-image): print error details (#30417)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
YehudaKremer and LekoArts committed May 6, 2021
1 parent 448061a commit d0dee0d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ export async function writeImages({
reporter,
})
} catch (err) {
reporter.error(`Error loading image ${src}`)
reporter.error(`Error loading image ${src}`, err)
return
}
if (
Expand Down

0 comments on commit d0dee0d

Please sign in to comment.