We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5643f commit 144dc4eCopy full SHA for 144dc4e
modules/io.mjs
@@ -3569,7 +3569,7 @@ function readMapElement(buf) {
3569
3570
if (this.member_wise) {
3571
// when member-wise streaming is used, version is written
3572
- const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val /* , this.stl_version.checksum */);
+ const si = buf.fFile.findStreamerInfo(this.pairtype, this.stl_version.val , this.stl_version.checksum);
3573
3574
if (si && (this.si !== si)) {
3575
streamer = getPairStreamer(si, this.pairtype, buf.fFile);
0 commit comments