From 2f9e364034ad91a41c632925323794211de8b47e Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Jul 2019 16:18:37 +0200 Subject: [PATCH] standard --- src/app/tabs/debugger-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () {