Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit825d1b8

Browse files
committed
allowing no ecludes
1 parentba86a1b commit825d1b8

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
thrownewError(`${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-
returnundefined;
100-
}
101-
10298
returnrawValue;
10399
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp