Commit 3fd6db3b authored by yann300's avatar yann300

standard

parent de53c8a0
...@@ -35,9 +35,9 @@ class SolidityLocals { ...@@ -35,9 +35,9 @@ class SolidityLocals {
warningDiv.innerHTML = 'invalid step index' warningDiv.innerHTML = 'invalid step index'
return return
} }
if (this.parent.currentStepIndex !== index) return if (this.parent.currentStepIndex !== index) return
this.traceManager.waterfall([ this.traceManager.waterfall([
this.traceManager.getStackAt, this.traceManager.getStackAt,
this.traceManager.getMemoryAt], this.traceManager.getMemoryAt],
......
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