[Pkg-javascript-commits] [node-async] 175/480: fix issue #98
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit b4e54272064471815d42e80cc91c2d124320d878
Author: yawn <anonymous at email.com>
Date: Thu Apr 26 16:38:20 2012 +0200
fix issue #98
---
lib/async.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/async.js b/lib/async.js
index 52276d6..888f267 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -113,7 +113,7 @@
else {
completed += 1;
if (completed === arr.length) {
- callback();
+ callback(null);
}
else {
iterate();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list