pull/1172/head
aniket-engg 4 years ago committed by Aniket
parent 5661e5e6e1
commit 8b193fe801
  1. 2
      apps/remix-ide/src/app/panels/terminal.js

@ -94,7 +94,7 @@ class Terminal extends Plugin {
onActivation () { onActivation () {
this.on('solidity-logic', 'hardhatCompilationFinished', (msg) => { this.on('solidity-logic', 'hardhatCompilationFinished', (msg) => {
this.commands.log.apply(this.commands, [msg]) this.commands.log(msg)
}) })
this.on('scriptRunner', 'log', (msg) => { this.on('scriptRunner', 'log', (msg) => {
this.commands.log.apply(this.commands, msg.data) this.commands.log.apply(this.commands, msg.data)

Loading…
Cancel
Save