We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a550 commit 45467b9Copy full SHA for 45467b9
packages/io/src/io-util.ts
@@ -21,11 +21,11 @@ export const IS_WINDOWS = process.platform === 'win32'
21
/**
22
* Custom implementation of readlink to ensure Windows junctions
23
* maintain trailing backslash for backward compatibility with Node.js < 24
24
- *
+ *
25
* In Node.js 20, Windows junctions (directory symlinks) always returned paths
26
* with trailing backslashes. Node.js 24 removed this behavior, which breaks
27
* code that relied on this format for path operations.
28
29
* This implementation restores the Node 20 behavior by adding a trailing
30
* backslash to all junction results on Windows.
31
*/
0 commit comments