Skip to content

Commit

Permalink
fix(gatsby-source-drupal): Make Image CDN error only panicOnBuild (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tqureshi-uog committed Feb 2, 2023
1 parent 13a0a9e commit 90cc0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/src/normalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const getGatsbyImageCdnFields = async ({
2
)
)
reporter.panic(
reporter.panicOnBuild(
`[gatsby-source-drupal] Encountered an unrecoverable error while generating Gatsby Image CDN fields for url ${url}. See above for additional information.`
)
}
Expand Down

0 comments on commit 90cc0c5

Please sign in to comment.