We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f94bb9 commit a12e168Copy full SHA for a12e168
lib/path.js
@@ -504,7 +504,6 @@ const win32 = {
504
// This means that the user can use join to construct UNC paths from
505
// a server name and a share name; for example:
506
// path.join('//server', 'share') -> '\\\\server\\share\\')
507
- //var firstPart = paths[0];
508
var needsReplace = true;
509
var slashCount = 0;
510
var code = firstPart.charCodeAt(0);
0 commit comments