mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
use inlineRefs, as it's already impl
This commit is contained in:
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
Block a user