Skip to content

Commit

Permalink
#19 Fix beep happening on watch tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
charliedowler committed Feb 12, 2015
1 parent 1c25a6c commit 90b93f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ module.exports = function (options={}) {
return through.obj(Flow, function () {
var end = () => {
this.emit('end');
passed = true;
};

if (passed) {
Expand Down

0 comments on commit 90b93f2

Please sign in to comment.