Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Change cli flag to --fail-on-gulp-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri de Gooijer committed Feb 12, 2016
1 parent b5e0e7f commit 4e4c37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function buildConfig(customConfig) {

cfg.plumberOptions = {};

if (yargs.failOnPlumberError) {
if (yargs.failOnGulpError) {
cfg.plumberOptions.errorHandler = exitOnErrorHandler;
}

Expand Down

0 comments on commit 4e4c37d

Please sign in to comment.