lint fix by tracking error

pull/5370/head
aniket-engg 4 years ago
parent 7b3a88073d
commit 479e0b1df4
  1. 1
      libs/remix-debug/src/debugger/VmDebugger.js

@ -111,6 +111,7 @@ class VmDebuggerLogic {
this.event.trigger('traceManagerStorageUpdate', [{}])
})
} catch (error) {
this.event.trigger('traceManagerStorageUpdate', [{}])
}
try {

Loading…
Cancel
Save