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 db30ece commit 810d071Copy full SHA for 810d071
packages/runner/src/storage/cache.ts
@@ -879,7 +879,7 @@ export class Replica {
879
// facts (or gotten a conflict).
880
// Server facts may have newer nursery changes that we want to keep.
881
const freshFacts = revisions.filter((revision) =>
882
- this.pendingNurseryChanges.get(toKey(revision))?.size ?? 0 === 0
+ (this.pendingNurseryChanges.get(toKey(revision))?.size ?? 0) === 0
883
);
884
885
// Evict redundant facts which we just merged into `heap` so that reads
0 commit comments