Skip to content

Commit

Permalink
Update fetch-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Dec 4, 2023
1 parent 08639f2 commit 02c2710
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ens-test-env/src/fetch-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ async function decompressToOutput() {
extractProgressBar.stop()
reject(err.message)
})

const readMePath = `${dataPath}/ipfs/blocks/_README`
if (fs.existsSync(readMePath)) {
await fs.rm(readMePath, {force: true})
}
})
}

Expand Down

0 comments on commit 02c2710

Please sign in to comment.