mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
now to move to everything being able to async process comamdns event-based distribution
This commit is contained in:
parent
eb0458c299
commit
d46728d973
3 changed files with 7 additions and 7 deletions
|
@ -68,7 +68,7 @@ var CommandBuffer = Backbone.Model.extend({
|
|||
this.setTimeout();
|
||||
}, this);
|
||||
|
||||
// find a command with no error
|
||||
// find a command with no error (aka unprocessed)
|
||||
while (popped.get('error') && this.buffer.length) {
|
||||
popped = this.buffer.pop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue