1 parent 7b732a5 commit 9594ca5Copy full SHA for 9594ca5
1 file changed
src/parser.ts
@@ -321,7 +321,7 @@ export class Parser {
321
index++;
322
}
323
if (descriptionMatch) {
324
- fileSplitClone.splice(index + 1, 0, ` gclDescription: ${descriptionMatch?.groups?.description ?? ""}`);
+ fileSplitClone.splice(index + 1, 0, ` gclDescription: ${JSON.stringify(descriptionMatch?.groups?.description ?? "")}`);
325
326
327
interactiveMatch = null;
0 commit comments