Skip to content

Commit 825d1b8

Browse files
committed
allowing no ecludes
1 parent ba86a1b commit 825d1b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/parse.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,5 @@ export function optionalStringArray(argumentName: string, rawValue: string[]): s
9595
throw new Error(`${argumentName}: invalid parameter - you provided "${rawValue}". This option expects an list in the EXACT format described in the readme`);
9696
}
9797

98-
if (rawValue.length === 0) {
99-
return undefined;
100-
}
101-
10298
return rawValue;
10399
}

0 commit comments

Comments
 (0)