introduced in 5b65638.
This commit is contained in:
isaacs 2012-12-07 16:58:16 -08:00
parent 33fa740577
commit 0e95ea42ce

View File

@ -82,7 +82,7 @@ if (isWindows) {
var normalizeUNCRoot = function(device) {
return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\');
}
};
// path.resolve([from ...], to)
// windows version