Skip to content

Commit

Permalink
fixup! deps: update libuv to 1.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Dec 11, 2024
1 parent bcc4943 commit 9f6a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-fs-symlink-dir-junction.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const fs = require('fs');
const tmpdir = require('../common/tmpdir');

// Test creating and reading symbolic link
const linkData = fixtures.path('cycles/');
const linkData = fixtures.path('cycles');
const linkPath = tmpdir.resolve('cycles_link');

tmpdir.refresh();
Expand Down

0 comments on commit 9f6a2a9

Please sign in to comment.