Commit 053bd393 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

Revert "implementing deployment failure in terminal"

This reverts commit 4c615736.
parent 014e481f
......@@ -88,7 +88,6 @@ class Terminal extends Plugin {
this.call('menuicons', 'select', 'debugger')
this.call('debugger', 'debug', hash)
})
this.logHtmlResponse = []
}
onActivation () {
......@@ -103,9 +102,8 @@ class Terminal extends Plugin {
}
logHtml (html) {
// console.log({ html: html.innerText })
this.logHtmlResponse.push(html.innerText)
this.renderComponent()
var command = this.commands.html
if (typeof command === 'function') command(html)
}
render () {
......@@ -140,7 +138,6 @@ class Terminal extends Plugin {
commands = {this.commands}
txListener = {this.txListener}
eventsDecoder = {this.eventsDecoder}
logHtml = {this.logHtmlResponse}
/>,
this.element
)
......
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