diff --git a/src/app/tabs/debugger-tab.js b/src/app/tabs/debugger-tab.js index bd7859aff1..4d091524b0 100644 --- a/src/app/tabs/debugger-tab.js +++ b/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 () {