[Pkg-javascript-commits] [node-async] 442/480: specify default
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:50 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 630a74e1c7777e2a5fc1d10ae1c12ff202ae8153
Author: Jesse Houchins <jesse.houchins at tstmedia.com>
Date: Mon Mar 31 09:06:49 2014 -0500
specify default
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 375229c..c7071c7 100644
--- a/README.md
+++ b/README.md
@@ -1341,7 +1341,7 @@ result (if any) of the final attempt.
__Arguments__
-* `times` - An integer indicating how many times to attempt the `task` before giving up.
+* `times` - An integer indicating how many times to attempt the `task` before giving up. Defaults to 5.
* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
which must be called when finished, passing `err` (which can be `null`) and the `result` of
the function's execution, and (2) a `results` object, containing the results of
--
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