Skip to content

Commit 11aabcc

Browse files
removed condition
1 parent 0e133fa commit 11aabcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wrapper/ExecutionService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function transform(n:string) {
5454
return r;
5555
}
5656
// If the current string is "--file-source", set the flag
57-
if (n === fileSourceFlag || n === "-s" || n === scaResolverParamsFlag) {
57+
if (n === fileSourceFlag || n === scaResolverParamsFlag) {
5858
skipValue = true;
5959
}
6060

0 commit comments

Comments
 (0)