We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef2dc6 commit 06be177Copy full SHA for 06be177
apps/remix-ide/src/app/tabs/compile-tab.js
@@ -37,7 +37,7 @@ export default class CompileTab extends CompilerApiMixin(ViewPlugin) { // implem
37
this.config = config
38
this.queryParams = new QueryParams()
39
// Pass 'this' as the plugin reference so CompileTabLogic can access contentImport via this.call()
40
- this.compileTabLogic = new CompileTabLogic(this, this)
+ this.compileTabLogic = new CompileTabLogic(this)
41
this.compiler = this.compileTabLogic.compiler
42
this.compileTabLogic.init()
43
this.initCompilerApi()
0 commit comments