lint
This commit is contained in:
parent
27d1babaae
commit
74c08403d8
@ -114,7 +114,7 @@ if (isWindows) {
|
|||||||
// Skip empty and invalid entries
|
// Skip empty and invalid entries
|
||||||
if (typeof path !== 'string') {
|
if (typeof path !== 'string') {
|
||||||
throw new TypeError('Arguments to path.resolve must be strings');
|
throw new TypeError('Arguments to path.resolve must be strings');
|
||||||
} else if(!path) {
|
} else if (!path) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user