You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/04/10 21:15:20 UTC

[43/50] git commit: woops forgot passing params in recursive calls

woops forgot passing params in recursive calls


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/4e996294
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/4e996294
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/4e996294

Branch: refs/heads/master
Commit: 4e9962946d0727390bc000e43743d7b9c3b62b30
Parents: 1ee5fe5
Author: Fil Maj <fi...@nitobi.com>
Authored: Thu Jan 26 15:47:19 2012 -0800
Committer: Fil Maj <fi...@nitobi.com>
Committed: Thu Jan 26 15:47:19 2012 -0800

----------------------------------------------------------------------
 coho |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/4e996294/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index 43b23f1..f619195 100755
--- a/coho
+++ b/coho
@@ -23,7 +23,7 @@ function executeCommands(callback) {
           util.puts(stderr);
         } else {
           util.puts(stdout);
-          executeCommands();
+          executeCommands(callback);
         }
       });
       if (commandQueue.length === 0) {