debugger: Don't prompt until child is killed

This commit is contained in:
Ryan Dahl 2010-12-30 18:07:19 -08:00
parent aea568b04a
commit 7b9a2f29b4

View File

@ -553,7 +553,6 @@ Interface.prototype.handleCommand = function(cmd) {
} else {
self._lastCommand = null;
}
self.term.prompt();
});
} else {
self.term.prompt();