Skip to content

Commit 9f5cdee

Browse files
updated rexpression
1 parent 753e9db commit 9f5cdee

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)