Skip to content

Commit 352532a

Browse files
removed condition of -s
1 parent 90d2a6f commit 352532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli",
2+
"name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli",
33
"version": "1.0.27",
44
"description": "AST CLI Javascript wrapper runtime CLI",
55
"main": "dist/main/wrapper/CxWrapper.js",

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)