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 db11424 commit 9ece4c1Copy full SHA for 9ece4c1
modules/io.mjs
@@ -3583,7 +3583,7 @@ function readMapElement(buf) {
3583
3584
if (this.member_wise) {
3585
// when member-wise streaming is used, version is written
3586
- 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);
3587
3588
if (si && (this.si !== si)) {
3589
streamer = getPairStreamer(si, this.pairtype, buf.fFile);
0 commit comments