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