We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbeb8c commit eb7285dCopy full SHA for eb7285d
lib/path.js
@@ -523,7 +523,6 @@ const win32 = {
523
// This means that the user can use join to construct UNC paths from
524
// a server name and a share name; for example:
525
// path.join('//server', 'share') -> '\\\\server\\share\\')
526
- //var firstPart = paths[0];
527
var needsReplace = true;
528
var slashCount = 0;
529
var code = firstPart.charCodeAt(0);
0 commit comments