mirror of https://github.com/nodejs/node.git
use inlineRefs, as it's already impl
parent
b00b2f08bf
commit
a239ea0d40
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue