lint
authorisaacs <i@izs.me>
Sat, 8 Dec 2012 00:58:16 +0000 (16:58 -0800)
committerisaacs <i@izs.me>
Sat, 8 Dec 2012 00:58:16 +0000 (16:58 -0800)
introduced in 5b65638.

lib/path.js

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