andrewrk / andrewrk/node-mv

When moving dir to destination that already exists, the source is simply deleted

未关闭
#30 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。