mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +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
|
@ -133,6 +133,7 @@ var Sandbox = Backbone.View.extend({
|
|||
command.addWarning(
|
||||
"You aren't in a level! You are in a sandbox, start a level with `start level [id]`"
|
||||
);
|
||||
command.set('status', 'error');
|
||||
deferred.resolve();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue