Scm/Git/Repo.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:15:17 +0000 (07:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 11 Sep 2011 23:15:17 +0000 (07:15 +0800)
Scm/Git/Repo.js

index 34156be..beab0e8 100644 (file)
@@ -430,8 +430,9 @@ Repo = XObject.define(
                     }
                 }
             });
+             this.lastCmd = args.join(" ");
             if(this.debug) {
-                this.lastCmd = args.join(" ");
+               
                 print( args.join(" ")); 
             }