mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
much better test coverage now
This commit is contained in:
parent
df7e636aa7
commit
ee6a81b35c
4 changed files with 168 additions and 70 deletions
|
@ -49,7 +49,7 @@ HeadlessGit.prototype.sendCommand = function(value) {
|
|||
var commandObj = new Command({
|
||||
rawStr: commandStr
|
||||
});
|
||||
console.log('dispatching command', value);
|
||||
console.log('dispatching command "', commandStr, '"');
|
||||
var done = function() {};
|
||||
this.gitEngine.dispatch(commandObj, done);
|
||||
}, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue