When moving dir to destination that already exists, the source is simply deleted
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 156
- Forks
- 18
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Steps to reproduce:
Move a directory to a location that already exists with `clobber` set to false.
## Expected behavior
An error is passed to the callback.
## Actual behavior
The source directory is deleted and no copy is made
## Reason
`npc` does not seem to error when asked to copy a directory on top of an existing file/directory, it just fails silently.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.