From 8b193fe801ff617f77171238fd212e8809c4f972 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 19 May 2021 13:46:32 +0530 Subject: [PATCH] linting --- apps/remix-ide/src/app/panels/terminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/panels/terminal.js b/apps/remix-ide/src/app/panels/terminal.js index 4c7dd94f75..7c6c8096d3 100644 --- a/apps/remix-ide/src/app/panels/terminal.js +++ b/apps/remix-ide/src/app/panels/terminal.js @@ -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)