summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Boutell <tom@punkave.com>2014-09-22 17:02:45 -0400
committerTom Boutell <tom@punkave.com>2014-09-22 17:02:45 -0400
commitcdddd3491461e479ab4f70c8f99df216b52f100d (patch)
tree34213f008ace9b09f3aec973bde06a2490b9d960
parente4527c94362f6cbec0c965944a7b0462fd480f1b (diff)
downloadasync-cdddd3491461e479ab4f70c8f99df216b52f100d.tar.gz
Back out an earlier rejected pull request
-rwxr-xr-xlib/async.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/async.js b/lib/async.js
index a3215f3..46f4f50 100755
--- a/lib/async.js
+++ b/lib/async.js
@@ -136,9 +136,7 @@
callback(null);
}
else {
- async.setImmediate(function() {
- iterate();
- });
+ iterate();
}
}
});