fix(review round 2): daemon symlink tars, orphan-safe removes, unique seed names, git ctx, IsErrNotFound, collision-free slugs, branch validation; web first-run WS, draft reset, IME guard, churn fix, test swap repair; 106 daemon + 190 web tests green
This commit is contained in:
@@ -504,9 +504,7 @@ export default function (pi: ExtensionAPI): void {
|
||||
? (maxAssignedSeq.get(currentSessionId) ?? 0)
|
||||
: 0;
|
||||
if (lastSeq > maxAssigned) {
|
||||
const covered: number = replayBuf.filter(
|
||||
(f) => f.seq <= lastSeq,
|
||||
).length;
|
||||
const covered: number = replayBuf.filter((f) => f.seq <= lastSeq).length;
|
||||
if (covered > 0) {
|
||||
droppedEvents += covered;
|
||||
log(
|
||||
|
||||
Reference in New Issue
Block a user