Commit 10e36738 authored by aniket-engg's avatar aniket-engg Committed by Aniket

linting

parent e1bdf8bc
...@@ -111,9 +111,9 @@ class CompileTab extends Plugin { ...@@ -111,9 +111,9 @@ class CompileTab extends Plugin {
const configFilePath = 'remix-compiler.config.js' const configFilePath = 'remix-compiler.config.js'
this.fileManager.setFileContent(configFilePath, fileContent) this.fileManager.setFileContent(configFilePath, fileContent)
this.call('hardhat', 'compile', configFilePath).then((result) => { this.call('hardhat', 'compile', configFilePath).then((result) => {
this.call('terminal', 'log', { type: 'info', value: result}) this.call('terminal', 'log', { type: 'info', value: result })
}).catch((error) => { }).catch((error) => {
this.call('terminal', 'log', { type: 'error', value: result}) this.call('terminal', 'log', { type: 'error', value: error })
}) })
} }
} }
......
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