Git.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 14:40:11 +0000 (22:40 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 14:40:11 +0000 (22:40 +0800)
Git.js

diff --git a/Git.js b/Git.js
index 99538a0..56dfe64 100644 (file)
--- a/Git.js
+++ b/Git.js
@@ -118,20 +118,19 @@ Git.prototype = {
  */
 
 function run() {
-    //print("Git.run()");
+    print("Git.run()");
     var args = Array.prototype.slice.call(arguments);
-    //print(JSON.stringify(args));
+    print(JSON.stringify(args));
     var repo = args.shift(args);
     var x = new Git(repo);
-    //print(JSON.stringify(args));
+    print(JSON.stringify(args));
     return x.run.apply(x, args);
     
 }
 
-
 // test.
 
 //print(run('/home/alan/gitlive/gitlive', 'log'));
 
  
-   
\ No newline at end of file
+