Skip to content
Snippets Groups Projects
Verified Commit 42091270 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: add empty strings

parent 52ccff35
No related branches found
No related tags found
No related merge requests found
...@@ -406,6 +406,7 @@ function transform(value) { ...@@ -406,6 +406,7 @@ function transform(value) {
throw new Error("missing key parameter"); throw new Error("missing key parameter");
} }
// add empty strings
if (isString(key)&&key.trim()==="") { if (isString(key)&&key.trim()==="") {
concat += key; concat += key;
continue; continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment