We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2a6f commit 352532aCopy full SHA for 352532a
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@CheckmarxDev/ast-cli-javascript-wrapper-runtime-cli",
+ "name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli",
3
"version": "1.0.27",
4
"description": "AST CLI Javascript wrapper runtime CLI",
5
"main": "dist/main/wrapper/CxWrapper.js",
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