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.
build.failBuild()
1 parent 9b2a456 commit d0b30fdCopy full SHA for d0b30fd
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