Skip to content

Commit

Permalink
Merge pull request #7 from ehmicky/feat/fail-build
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored Apr 29, 2020
2 parents f3b8c72 + d0b30fd commit 5a64f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function netlifyPlugin(conf) {
utils: { build }
}) {
if (!checkPaths) {
throw new Error(
build.failBuild(
`checkPaths is undefined - please specify some checkPaths`
);
}
Expand Down

0 comments on commit 5a64f36

Please sign in to comment.