Simplify ContactsParser

This commit is contained in:
Fedor Indutny
2026-03-09 12:08:02 -07:00
committed by GitHub
parent fcf067303a
commit f1c5f73b39
4 changed files with 135 additions and 153 deletions

View File

@@ -114,7 +114,7 @@ describe('DelimitedStream', () => {
new DelimitedStream(),
collect(out)
),
'Unfinished data'
'Unfinished frame'
);
});