Browse Source

lint

v0.9.11-release
isaacs 12 years ago
parent
commit
74c08403d8
  1. 2
      lib/path.js

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

Loading…
Cancel
Save