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

@ -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();
},