From a6d79763d96bf8dc56b89eee5097e4d5dd46e2aa Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 17 Aug 2022 11:49:56 +0200 Subject: [PATCH] Update compiler.ts --- apps/solidity-compiler/src/app/compiler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/solidity-compiler/src/app/compiler.ts b/apps/solidity-compiler/src/app/compiler.ts index 23ce11918d..d0e71a7270 100644 --- a/apps/solidity-compiler/src/app/compiler.ts +++ b/apps/solidity-compiler/src/app/compiler.ts @@ -22,8 +22,7 @@ export class CompilerClientApi extends CompilerApiMixin(PluginClient) implements this.compileTabLogic = new CompileTabLogic(this, this.contentImport) this.compiler = this.compileTabLogic.compiler this.compileTabLogic.init() - this.initCompilerApi() - + this.initCompilerApi() } getCompilerParameters () {