Skip to content

Commit

Permalink
merge assert
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMacomber committed Feb 3, 2025
1 parent 5108a02 commit ff32f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dds/map/src/mapKernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ class MapKernel implements SharedKernel, ISharedMapCore {
if (message.type === MessageType.Operation) {
assert(
this.tryProcessMessage(message.contents as IMapOperation, local, localOpMetadata),
"Map received an unrecognized op, possibly from a newer version",
0xab2 /* Map received an unrecognized op, possibly from a newer version */,
);
}
}
Expand Down

0 comments on commit ff32f37

Please sign in to comment.