debugger: fix backtrace err handling

pull/22966/head
Fedor Indutny 2011-10-20 09:07:20 +04:00 committed by Ben Noordhuis
parent 9bb3a683fe
commit b43eb9678b
1 changed files with 1 additions and 0 deletions

View File

@ -1120,6 +1120,7 @@ Interface.prototype.backtrace = function() {
if (err) {
self.error('Can\'t request backtrace now');
self.resume();
return;
}
if (bt.totalFrames == 0) {