Skip to content

Commit

Permalink
fix: remove more forcefully
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Dec 31, 2024
1 parent b899fae commit 0c2f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remove.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function remove (gyp, argv) {
throw err
}

await fs.rm(versionPath, { recursive: true, force: true })
await fs.rm(versionPath, { recursive: true, force: true, maxRetries: 3 })
}

module.exports = remove
Expand Down

0 comments on commit 0c2f9db

Please sign in to comment.