Clone.bjs
[gitlive] / Clone.vala
index c7319fd..510c46f 100644 (file)
@@ -260,14 +260,15 @@ public class Clone : Object
                    // may throw error...
                     var sp = new Spawn(cfg);
                   
-                       
-                    // parse output for some commands ?
+                        GLib.debug("Spawn: %s", sp.output);
+               
+                    
                     
                     
                     
                     
                     GitMonitor.gitmonitor.start();
-                 
+                   Clones.singleton().reposStore.load();
                  
                    _this.el.hide();
                     return false;