Commit d62c6c4c authored by yann300's avatar yann300 Committed by Aniket

fix runCompiler parameter

parent b402490e
...@@ -206,7 +206,7 @@ class CompileTab extends ViewPlugin { ...@@ -206,7 +206,7 @@ class CompileTab extends ViewPlugin {
// ctrl+s or command+s // ctrl+s or command+s
if ((e.metaKey || e.ctrlKey) && e.keyCode === 83) { if ((e.metaKey || e.ctrlKey) && e.keyCode === 83) {
e.preventDefault() e.preventDefault()
this.compileTabLogic.runCompiler() this.compileTabLogic.runCompiler(this.compilerContainer.hhCompilation)
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment