Unverified Commit c6603bb3 authored by David Disu's avatar David Disu Committed by GitHub

Merge pull request #1416 from ethereum/fix-compiler

Fix hardhat compilation
parents 5a768f41 adaf3acf
...@@ -301,7 +301,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { ...@@ -301,7 +301,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
if (!isSolFileSelected()) return if (!isSolFileSelected()) return
_setCompilerVersionFromPragma(currentFile) _setCompilerVersionFromPragma(currentFile)
compileTabLogic.runCompiler() compileTabLogic.runCompiler(hhCompilation)
} }
const _retrieveVersion = (version?) => { const _retrieveVersion = (version?) => {
......
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