fix runCompiler parameter

pull/1119/head
yann300 4 years ago committed by Aniket
parent b402490e05
commit d62c6c4c08
  1. 2
      apps/remix-ide/src/app/tabs/compile-tab.js

@ -206,7 +206,7 @@ class CompileTab extends ViewPlugin {
// ctrl+s or command+s
if ((e.metaKey || e.ctrlKey) && e.keyCode === 83) {
e.preventDefault()
this.compileTabLogic.runCompiler()
this.compileTabLogic.runCompiler(this.compilerContainer.hhCompilation)
}
})
}

Loading…
Cancel
Save