mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
fixed really subtle process.nextTick bug
This commit is contained in:
parent
e74266f00e
commit
d5bddcc6b4
4 changed files with 24 additions and 15 deletions
|
@ -227,6 +227,7 @@ var Level = Sandbox.extend({
|
|||
afterCB: _.bind(this.afterCommandCB, this),
|
||||
afterDeferHandler: _.bind(this.afterCommandDefer, this)
|
||||
});
|
||||
console.log('made my git shim');
|
||||
},
|
||||
|
||||
getCommandsThatCount: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue