Skip to content

Commit 74c0840

Browse files
committed
lint
1 parent 27d1bab commit 74c0840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (isWindows) {
114114
// Skip empty and invalid entries
115115
if (typeof path !== 'string') {
116116
throw new TypeError('Arguments to path.resolve must be strings');
117-
} else if(!path) {
117+
} else if (!path) {
118118
continue;
119119
}
120120

0 commit comments

Comments
 (0)