Commit 2f9e3640 authored by yann300's avatar yann300

standard

parent 8089a24f
...@@ -41,8 +41,8 @@ class DebuggerTab extends ViewPlugin { ...@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment