debugger: fix backtrace err handling

This commit is contained in:
Fedor Indutny
2011-10-20 09:07:20 +04:00
committed by Ben Noordhuis
parent 9bb3a683fe
commit b43eb9678b

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) {