Skip to content

Commit 7a0275b

Browse files
Merge pull request #114 from CheckmarxDev/bug/AST-115793
2 parents 753e9db + 9f5cdee commit 7a0275b

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
@@ -58,7 +58,7 @@ function transform(n:string) {
5858
}
5959

6060
let r = "";
61-
if(n) r = n.replace(/["']/g, "").replace("/[, ]/g",",");
61+
if(n) r = n.replace(/"/g, "").replace("/[, ]/g",",");
6262
return r;
6363
}
6464

0 commit comments

Comments
 (0)