Skip to content

Commit 2bc4433

Browse files
thomasballingerConvex, Inc.
authored andcommitted
More information for invalid transition (#41835)
GitOrigin-RevId: b9e95f1b800d56d69106f8b6bffcf84c920d2117
1 parent 8c7bf33 commit 2bc4433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/sync/remote_query_set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class RemoteQuerySet {
3535
this.version.identity !== start.identity
3636
) {
3737
throw new Error(
38-
`Invalid start version: ${start.ts.toString()}:${start.querySet}`,
38+
`Invalid start version: ${start.ts.toString()}:${start.querySet}:${start.identity}, transitioning from ${this.version.ts.toString()}:${this.version.querySet}:${this.version.identity}`,
3939
);
4040
}
4141
for (const modification of transition.modifications) {

0 commit comments

Comments
 (0)