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; }