[Pkg-javascript-commits] [node-async] 285/480: Update README.md with auto always passing a results object

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:34 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 f40f632fab6da180972d7086331d8e9be4b246d6
Author: Michael Leaney <leahcimic at gmail.com>
Date:   Wed Feb 13 20:53:05 2013 +1100

    Update README.md with auto always passing a results object
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 879bccd..6a2bae2 100644
--- a/README.md
+++ b/README.md
@@ -978,8 +978,10 @@ __Arguments__
   syntax is easier to understand by looking at the example.
 * callback(err, results) - An optional callback which is called when all the
   tasks have been completed. The callback will receive an error as an argument
-  if any tasks pass an error to their callback. If all tasks complete
-  successfully, it will receive an object containing their results.
+  if any tasks pass an error to their callback. Results will always be passed
+	but if an error occurred, no other tasks will be performed, and the results
+	object will only contain partial results.
+  
 
 __Example__
 

-- 
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