mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
debugger: fix backtrace err handling
This commit is contained in:
committed by
Ben Noordhuis
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) {
|
||||
|
||||
Reference in New Issue
Block a user