From 0e95ea42ceec77370c97c87d7b027e70c9e10fa0 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 7 Dec 2012 16:58:16 -0800 Subject: [PATCH] lint introduced in 5b65638. --- lib/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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