Skip to content

Commit

Permalink
Merge pull request #85 from andrewconnell/issue75/erroronfailedtest
Browse files Browse the repository at this point in the history
Fixes #75 where gulp errored out on failed test `$ gulp test`
  • Loading branch information
andrewconnell committed Oct 28, 2015
2 parents db4bb1d + 2205015 commit 91f0aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function log(msg){
* Handle errors by writing to the log, then emit an end event.
*/
function handleError(err){
$.log(err.toString());
$.util.log(err.toString());
this.emit('end'); // jshint ignore:line
}

Expand Down

0 comments on commit 91f0aad

Please sign in to comment.