Skip to content

Commit

Permalink
fixup(SwingSet): another small fix in saveSnapshot()
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-agoric committed Feb 7, 2025
1 parent 6f17c9a commit f493ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export function makeXsSubprocessFactory({
const uncompressedSizeDelta =
uncompressedSizeLoaded &&
metrics.uncompressedSize - uncompressedSizeLoaded;
uncompressedSizeLoaded = snapshotResults.uncompressedSize;
uncompressedSizeLoaded = results.uncompressedSize;
kernelSlog.write({
type: 'heap-snapshot-save',
vatID,
Expand Down

0 comments on commit f493ed3

Please sign in to comment.