oops
This commit is contained in:
parent
ab19fa995e
commit
fcc0cea06a
|
@ -121,7 +121,6 @@ function combineSegments(loe: ListOfSegments): T.PsString[] {
|
||||||
const first = loe[0];
|
const first = loe[0];
|
||||||
const rest = loe.slice(1);
|
const rest = loe.slice(1);
|
||||||
if (!rest.length) return first;
|
if (!rest.length) return first;
|
||||||
console.log({ loe });
|
|
||||||
return combineSegments(rest).flatMap((r, restIndex, arr) => (
|
return combineSegments(rest).flatMap((r, restIndex, arr) => (
|
||||||
first.map(ps => concatPsString(
|
first.map(ps => concatPsString(
|
||||||
ps,
|
ps,
|
||||||
|
|
Loading…
Reference in New Issue