mirror of https://github.com/nodejs/node.git
debugger: fix backtrace err handling
parent
9bb3a683fe
commit
b43eb9678b
|
@ -1120,6 +1120,7 @@ Interface.prototype.backtrace = function() {
|
|||
if (err) {
|
||||
self.error('Can\'t request backtrace now');
|
||||
self.resume();
|
||||
return;
|
||||
}
|
||||
|
||||
if (bt.totalFrames == 0) {
|
||||
|
|
Loading…
Reference in New Issue