Skip to content

Commit 19eb16f

Browse files
Update ExecutionService.ts
1 parent 11aabcc commit 19eb16f

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 === scaResolverParamsFlag) {
57+
if (n === scaResolverParamsFlag) {
5858
skipValue = true;
5959
}
6060

0 commit comments

Comments
 (0)