Update compiler.ts

pull/5370/head
bunsenstraat 2 years ago committed by GitHub
parent 427e19c550
commit a6d79763d9
  1. 3
      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 () {

Loading…
Cancel
Save