linting fix

pull/1202/head
aniket-engg 4 years ago committed by Aniket
parent 234c362a91
commit 2c9149e67a
  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