[Pkg-javascript-commits] [node-async] 176/480: moar fixes for #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 639fb496f201c32b182a50f75db65d58348e4045
Author: yawn <anonymous at email.com>
Date: Thu Apr 26 16:40:57 2012 +0200
moar fixes for #98
---
lib/async.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/async.js b/lib/async.js
index 888f267..4e45210 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -91,7 +91,7 @@
else {
completed += 1;
if (completed === arr.length) {
- callback();
+ callback(null);
}
}
});
--
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