pull/15538/head
Rich Harris 4 months ago
parent f677792666
commit a59f18a0af

@ -70,7 +70,7 @@ function build(item) {
}
case 'text': {
return b.literal(item.nodes.map((node) => node.data).join(','));
return b.literal(item.nodes.map((node) => node.data).join(''));
}
}
}

Loading…
Cancel
Save