This commit is contained in:
lingdocs 2022-03-24 21:03:38 +05:00
parent ab19fa995e
commit fcc0cea06a
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ function combineSegments(loe: ListOfSegments): T.PsString[] {
const first = loe[0];
const rest = loe.slice(1);
if (!rest.length) return first;
console.log({ loe });
return combineSegments(rest).flatMap((r, restIndex, arr) => (
first.map(ps => concatPsString(
ps,