|
|
@ -112,9 +112,9 @@ TraceManager.prototype.buildCallPath = function (stepIndex, callback) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
TraceManager.prototype.getCallStackAt = function (stepIndex) { |
|
|
|
TraceManager.prototype.getCallStackAt = function (stepIndex) { |
|
|
|
try { |
|
|
|
// this.checkRequestedStep(stepIndex)
|
|
|
|
this.checkRequestedStep(stepIndex) |
|
|
|
const check = this.checkRequestedStep(stepIndex) |
|
|
|
} catch (check) { |
|
|
|
if (check) { |
|
|
|
throw new Error(check) |
|
|
|
throw new Error(check) |
|
|
|
} |
|
|
|
} |
|
|
|
const call = util.findCall(stepIndex, this.traceCache.callsTree.call) |
|
|
|
const call = util.findCall(stepIndex, this.traceCache.callsTree.call) |
|
|
|