capnweb-experimental-hibernation 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2768,6 +2768,7 @@ var RpcSessionImpl = class {
2768
2768
  for (let i in this.imports) {
2769
2769
  let id = Number(i);
2770
2770
  if (id === 0) continue;
2771
+ if (id > 0) continue;
2771
2772
  let entry = this.imports[i];
2772
2773
  if (!entry) continue;
2773
2774
  if (entry.resolution) continue;