When moving dir to destination that already exists, the source is simply deleted
未关闭
- 主要语言
- JavaScript
- 星标
- 156
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。