mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Sweet, fixed tests
This commit is contained in:
parent
05fdff72f5
commit
d9050fd854
7 changed files with 31 additions and 9 deletions
|
@ -45,7 +45,6 @@ HeadlessGit.prototype.sendCommand = function(value) {
|
|||
var commandObj = new Command({
|
||||
rawStr: commandStr
|
||||
});
|
||||
console.log('dispatching command "', commandStr, '"');
|
||||
this.gitEngine.dispatch(commandObj, Q.defer());
|
||||
}, this);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue