Skip to content

Commit

Permalink
Merge pull request #243 from anodos/master
Browse files Browse the repository at this point in the history
Fix for issue #242
  • Loading branch information
bjouhier committed Oct 22, 2014
2 parents b57c3ec + 97b5781 commit 3c8ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/callbacks/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
}
e.__defineGetter__("rawStack", getter);
e.__defineGetter__("stack", function() {
return formatStack(e, getter());
return formatStack(e, getter.call(this));
});
}
}
Expand Down

0 comments on commit 3c8ec2d

Please sign in to comment.