Skip to content

Commit 34856b5

Browse files
remove non-applicable TODO
1 parent 7f38ba1 commit 34856b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_file.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,6 @@ static void CpSyncCopyDir(const FunctionCallbackInfo<Value>& args) {
34923492
if (verbatim_symlinks) {
34933493
std::filesystem::copy_symlink(dir_entry.path(), dest_file_path, error);
34943494
if (error) {
3495-
// TODO: override EEXIST?
34963495
env->ThrowStdErrException(error, "cp", dest.c_str());
34973496
return false;
34983497
}

0 commit comments

Comments
 (0)