Commit 311f6e77 authored by yann300's avatar yann300

add the last step to the reduced trace

parent 3bad42ce
......@@ -36,6 +36,7 @@ class InternalCallTree {
this.event.trigger('callTreeBuildFailed', [result.error])
} else {
console.log('ready')
this.reducedTrace.push(traceManager.trace.length - 1)
this.event.trigger('callTreeReady', [this.scopes, this.scopeStarts])
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment