recursiveDelete doesn't re-fetch container listings
Open
bug
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 13
- Avg merge
- 15h 15m
- Merged PRs (30d)
- 3
Description
When you use recursiveDelete twice, it incorrectly uses the old container listings the second time.
For instance:
- create foo/bar
- recursiveDelete foo/ (correctly deletes foo/bar and then foo/)
- create foo/baz
- recursiveDelete foo/ (incorrectly tries to delete foo/bar and then foo/, instead of foo/baz and then foo/)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.