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