pull/1/head
yann300 6 years ago
parent 8089a24f57
commit 2f9e364034
  1. 4
      src/app/tabs/debugger-tab.js

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

Loading…
Cancel
Save