Skip to content

Commit

Permalink
Make standard happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 24, 2023
1 parent 1ce5d34 commit c2d1871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/copy/copy.js
Expand Up @@ -115,7 +115,6 @@ async function onDir (srcStat, destStat, src, dest, opts) {

// loop through the files in the current directory to copy everything
for (const item of await fs.readdir(src)) {

const srcItem = path.join(src, item)
const destItem = path.join(dest, item)

Expand Down

0 comments on commit c2d1871

Please sign in to comment.