Skip to content

Commit 90cc0c5

Browse files
authored
fix(gatsby-source-drupal): Make Image CDN error only panicOnBuild (#37601)
Fixes #37557
1 parent 13a0a9e commit 90cc0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-drupal/src/normalize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const getGatsbyImageCdnFields = async ({
131131
2
132132
)
133133
)
134-
reporter.panic(
134+
reporter.panicOnBuild(
135135
`[gatsby-source-drupal] Encountered an unrecoverable error while generating Gatsby Image CDN fields for url ${url}. See above for additional information.`
136136
)
137137
}

0 commit comments

Comments
 (0)