Browse Source

lint

introduced in 5b65638.
v0.9.4-release
isaacs 12 years ago
parent
commit
0e95ea42ce
  1. 2
      lib/path.js

2
lib/path.js

@ -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…
Cancel
Save