fix linting

pull/3418/head
yann300 2 years ago committed by Aniket
parent cad986505d
commit b945fae6bb
  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