Update solidityLocals.js

refactor_remix_debug2c_2
yann300 5 years ago committed by GitHub
parent 2350efb47a
commit 9a2d127c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-debug/src/debugger/solidityLocals.js

@ -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)

Loading…
Cancel
Save