linting fix

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 4a1d58ac76
commit 2ec13f1327
  1. 2
      apps/remix-ide/src/app/tabs/compileTab/compileTab.js

@ -81,7 +81,7 @@ class CompileTab {
runCompiler () {
try {
console.log('mode is - ', this.fileManager.mode)
if(this.fileManager.mode === 'localhost') {
if (this.fileManager.mode === 'localhost') {
console.log('calling compilehardhat')
this.fileManager.compileWithHardhat('npx hardhat compile').then(console.log)
}

Loading…
Cancel
Save