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 753e9db commit 9f5cdeeCopy full SHA for 9f5cdee
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