Skip to content

Commit

Permalink
fixup! fixup! fs: fs.cp() should accept mode flag to specify the …
Browse files Browse the repository at this point in the history
…copy behavior
  • Loading branch information
tetsuharuohzeki committed Mar 29, 2023
1 parent ed714ab commit 34dc434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-cp.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ if (!isWindows) {
await (async () => {
const src = './test/fixtures/copy/kitchen-sink';
const dest = nextdir();
let p;
let p = null;
try {
p = await fs.promises.cp(src, dest, mustNotMutateObjectDeep({
recursive: true,
Expand Down

0 comments on commit 34dc434

Please sign in to comment.