Skip to content

Commit

Permalink
Forgot to uncomment the code in 48dd8dd.
Browse files Browse the repository at this point in the history
  • Loading branch information
curimit committed Mar 25, 2015
1 parent 48dd8dd commit 14e74f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports.makeCPS = function (innerPlace, nextPlace) {
[new syntax.Identifier('_$err')],
new syntax.BlockStatement(nextPlace)
);
// continuationFunc = exports.bindThisToLambdaFunction(continuationFunc);
continuationFunc = exports.bindThisToLambdaFunction(continuationFunc);
return new syntax.ExpressionStatement(new syntax.CallExpression(
innerFunc,
[continuationFunc]
Expand Down

0 comments on commit 14e74f1

Please sign in to comment.