lint fix by tracking error

pull/62/head
aniket-engg 4 years ago
parent ef09d855fb
commit 98fde56a70
  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