Skip to content

Commit

Permalink
Fix bug preventing running generator based on v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 27, 2014
1 parent 319d1cf commit 4985342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yoyo.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ yoyo.prototype._initGenerator = function _initGenerator(generator, done) {
);

this.insight.track('yoyo', 'run', generator);
this.env.run(generator, done);
this.composeWith(generator);
done();
};


Expand Down

0 comments on commit 4985342

Please sign in to comment.