We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3b8c72 + d0b30fd commit 5a64f36Copy full SHA for 5a64f36
plugin/index.js
@@ -18,7 +18,7 @@ function netlifyPlugin(conf) {
18
utils: { build }
19
}) {
20
if (!checkPaths) {
21
- throw new Error(
+ build.failBuild(
22
`checkPaths is undefined - please specify some checkPaths`
23
);
24
}
0 commit comments