We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 753e9db + 9f5cdee commit 7a0275bCopy full SHA for 7a0275b
1 file changed
src/main/wrapper/ExecutionService.ts
@@ -58,7 +58,7 @@ function transform(n:string) {
58
}
59
60
let r = "";
61
- if(n) r = n.replace(/["']/g, "").replace("/[, ]/g",",");
+ if(n) r = n.replace(/"/g, "").replace("/[, ]/g",",");
62
return r;
63
64
0 commit comments