pull/3094/head
yann300 5 years ago
parent c2e3b5dcf4
commit f5e7d64e5a
  1. 4
      src/app/tabs/debugger-tab.js

@ -41,8 +41,8 @@ class DebuggerTab extends ViewPlugin {
if (this.debuggerUI) this.debuggerUI.debug(hash) if (this.debuggerUI) this.debuggerUI.debug(hash)
} }
async getTrace (hash) { getTrace (hash) {
return await this.debuggerUI.getTrace(hash) return this.debuggerUI.getTrace(hash)
} }
debugger () { debugger () {

Loading…
Cancel
Save