Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-12-08 04:58:16 +0400
committerisaacs <i@izs.me>2012-12-08 04:58:16 +0400
commit0e95ea42ceec77370c97c87d7b027e70c9e10fa0 (patch)
treee3307c48943f75b1714d397210fe09155a3e9a3d /lib/path.js
parent33fa7405778444ca66470ab0729e6fa9fe43d2a6 (diff)
lint
introduced in 5b65638.
Diffstat (limited to 'lib/path.js')
-rw-r--r--lib/path.js2
1 files changed, 1 insertions, 1 deletions
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