Commit 44af5fa0 authored by yann300's avatar yann300 Committed by ioedeveloper

typo

parent 97f87f9f
......@@ -54,7 +54,7 @@ module.exports = class CompilerArtefacts extends Plugin {
const contracts = this.compilersArtefactsPerFile[targetFile].getContracts()
Object.keys(contracts).map((file) => { contractsData[file] = contracts[file] })
})
// making sure we shave last compilation result in there
// making sure we save last compilation result in there
if (this.compilersArtefacts['__last']) {
const contracts = this.compilersArtefacts['__last'].getContracts()
Object.keys(contracts).map((file) => { contractsData[file] = contracts[file] })
......
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