pull/3232/head
yann300 2 years ago committed by Aniket
parent e375bb85de
commit 1e91f2fcbc
  1. 2
      libs/remix-debug/src/Ethdebugger.ts

@ -196,6 +196,6 @@ export class Ethdebugger {
if (this.breakpointManager && this.breakpointManager.hasBreakpoint()) {
this.breakpointManager.jumpNextBreakpoint(false)
}
this.storageResolver = new StorageResolver({ web3: this.traceManager.web3 })
this.storageResolver = new StorageResolver({ web3: this.traceManager.web3 })
}
}

Loading…
Cancel
Save