Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
debugger: fix backtrace err handling
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny authored and bnoordhuis committed Oct 20, 2011
1 parent 9bb3a68 commit b43eb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/_debugger.js
Expand Up @@ -1120,6 +1120,7 @@ Interface.prototype.backtrace = function() {
if (err) {
self.error('Can\'t request backtrace now');
self.resume();
return;
}

if (bt.totalFrames == 0) {
Expand Down

0 comments on commit b43eb96

Please sign in to comment.