This commit is contained in:
isaacs 2013-02-22 16:30:27 -08:00
parent 27d1babaae
commit 74c08403d8

View File

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