fix linting

pull/5370/head
yann300 2 years ago committed by Aniket
parent 19b5557cc4
commit 5216131a9e
  1. 2
      libs/remix-core-plugin/src/lib/compiler-artefacts.ts

@ -200,7 +200,7 @@ export class CompilerArtefacts extends Plugin {
if (this.compilersArtefactsPerFile[file]) return this.compilersArtefactsPerFile[file]
const path = await this.call('fileManager', 'getPathFromUrl', file)
if (path && path.file && this.compilersArtefactsPerFile[path.file])return this.compilersArtefactsPerFile[path.file]
if (path && path.file && this.compilersArtefactsPerFile[path.file]) return this.compilersArtefactsPerFile[path.file]
let artefact = null
this.filterAllContractDatas((localFile, data, parentArtefact) => {

Loading…
Cancel
Save