Commit f371e3e7 authored by LianaHus's avatar LianaHus Committed by ioedeveloper

fixed unLoad

parent de550c2d
......@@ -89,7 +89,7 @@ class DebuggerUI {
}
})
this.debugger.event.register('debuggerUnloaded', () => unLoad)
this.debugger.event.register('debuggerUnloaded', () => this.unLoad())
}
startTxBrowser () {
......
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