From 19cebba7de6956bc867653477d4735c0bf3ba74b Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 11 Mar 2011 01:43:05 -0800 Subject: godawful typo --- lib/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/update.js b/lib/update.js index d76f85d64..919323d5b 100644 --- a/lib/update.js +++ b/lib/update.js @@ -23,7 +23,7 @@ function update (args, cb) { npm.commands.outdated(args, true, function (er, outdated) { log(outdated, "outdated updating") if (er) return cb(er) - asyncMap(outdated, function (ww) { + asyncMap(outdated, function (ww, cb) { log(ww, "updating") var where = ww[0] , what = ww[1] -- cgit v1.2.3