[Pkg-javascript-commits] [node-async] 214/480: Add missing 'err' parameter to example of async.parallel in README
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:27 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 b5895fa370996c7b406e6f3453e8a6890d32d95d
Author: Cody Allen <ceedubs at gmail.com>
Date: Tue Oct 16 07:37:37 2012 -0400
Add missing 'err' parameter to example of async.parallel in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1430894..0151e50 100644
--- a/README.md
+++ b/README.md
@@ -836,7 +836,7 @@ async.parallel([
// this is run at the same time as getting the data
}
],
-function(results){
+function(err, results){
async.series([
function(callback){
// once there is some data and the directory exists,
--
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