fixed really subtle process.nextTick bug

This commit is contained in:
Peter Cottle 2013-01-05 16:55:24 -08:00
parent e74266f00e
commit d5bddcc6b4
4 changed files with 24 additions and 15 deletions

View file

@ -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() {