var handler = function()

in gulpfile.js [84:90]


  var handler = function (code) {
    if (code) {
      cb(new Error('test failure'));
    } else {
      cb();
    }
  };