mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
path: fix toNamespacedPath on Windows
PR-URL: https://github.com/nodejs/node/pull/52915 Fixes: https://github.com/nodejs/node/issues/30224 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -647,7 +647,7 @@ const win32 = {
|
||||
return `\\\\?\\${resolvedPath}`;
|
||||
}
|
||||
|
||||
return path;
|
||||
return resolvedPath;
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user