From 74c08403d89366d184089bee9a2ccd4e46cd05c4 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 22 Feb 2013 16:30:27 -0800 Subject: [PATCH] lint --- lib/path.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/path.js b/lib/path.js index c920580fec..da0f8bee68 100644 --- a/lib/path.js +++ b/lib/path.js @@ -114,7 +114,7 @@ if (isWindows) { // Skip empty and invalid entries if (typeof path !== 'string') { throw new TypeError('Arguments to path.resolve must be strings'); - } else if(!path) { + } else if (!path) { continue; }