lint
This commit is contained in:
parent
27d1babaae
commit
74c08403d8
@ -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…
x
Reference in New Issue
Block a user