Skip to content

Commit

Permalink
o Fix for issue Sage#242
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos committed Oct 21, 2014
1 parent b57c3ec commit 97b5781
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 97b5781

Please sign in to comment.