diff --git a/lib/path.js b/lib/path.js index 139d04aae8a..0b24de299fc 100644 --- a/lib/path.js +++ b/lib/path.js @@ -82,7 +82,7 @@ if (isWindows) { var normalizeUNCRoot = function(device) { return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\'); - } + }; // path.resolve([from ...], to) // windows version