Skip to content

Commit

Permalink
fix tests in node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Jun 2, 2015
1 parent b25793c commit 02b715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
}
workers += 1;
var cb = only_once(_next(q, tasks));
async.setImmediate(worker(data, cb));
worker(data, cb);
}
}
},
Expand Down

0 comments on commit 02b715c

Please sign in to comment.