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 41acc21 commit 9b773fdCopy full SHA for 9b773fd
1 file changed
package/configExporter/yamlSerializer.ts
@@ -68,7 +68,7 @@ export class YamlSerializer {
68
}
69
70
if (value instanceof RegExp) {
71
- return `"${value.toString()}"`
+ return JSON.stringify(value.toString())
72
73
74
if (Array.isArray(value)) {
0 commit comments