mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
use inlineRefs, as it's already impl
This commit is contained in:
@@ -405,7 +405,7 @@ Client.prototype.reqFrameEval = function(expression, frame, cb) {
|
||||
// reqBacktrace(cb)
|
||||
// TODO: from, to, bottom
|
||||
Client.prototype.reqBacktrace = function(cb) {
|
||||
this.req({ command: 'backtrace', arguments: { noRefs: true } } , cb);
|
||||
this.req({ command: 'backtrace', arguments: { inlineRefs: true } } , cb);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user