Unverified Commit 9a2d127c authored by yann300's avatar yann300 Committed by GitHub

Update solidityLocals.js

parent 2350efb4
...@@ -51,7 +51,7 @@ class DebuggerSolidityLocals { ...@@ -51,7 +51,7 @@ class DebuggerSolidityLocals {
}, },
function getCurrentCalledAddressAt (stepIndex, next) { function getCurrentCalledAddressAt (stepIndex, next) {
try { try {
const address = this.traceManager.getCurrentCalledAddressAt(stepIndex) const address = self.traceManager.getCurrentCalledAddressAt(stepIndex)
next(null, address) next(null, address)
} catch (error) { } catch (error) {
next(error) next(error)
......
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