You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: stop mutating deltaQueue during flush iteration
Rebuilding the unmatched list avoids for-in + remove(at:) on the same
array, which could crash or skip deltas.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments