lint
introduced in 5b65638.
This commit is contained in:
parent
33fa740577
commit
0e95ea42ce
@ -82,7 +82,7 @@ if (isWindows) {
|
|||||||
|
|
||||||
var normalizeUNCRoot = function(device) {
|
var normalizeUNCRoot = function(device) {
|
||||||
return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\');
|
return '\\\\' + device.replace(/^[\\\/]+/, '').replace(/[\\\/]+/g, '\\');
|
||||||
}
|
};
|
||||||
|
|
||||||
// path.resolve([from ...], to)
|
// path.resolve([from ...], to)
|
||||||
// windows version
|
// windows version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user