We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e133fa commit 11aabccCopy full SHA for 11aabcc
src/main/wrapper/ExecutionService.ts
@@ -54,7 +54,7 @@ function transform(n:string) {
54
return r;
55
}
56
// If the current string is "--file-source", set the flag
57
- if (n === fileSourceFlag || n === "-s" || n === scaResolverParamsFlag) {
+ if (n === fileSourceFlag || n === scaResolverParamsFlag) {
58
skipValue = true;
59
60
0 commit comments