Skip to content

Commit

Permalink
fix: update dumpstore for new db objects
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed May 11, 2021
1 parent 81e0d35 commit b5f6226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/swingset-runner/src/dumpstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ export function dumpStore(store, outfile, rawMode) {
}

popt('crankNumber');
popt('kernel.defaultManagerType');
popt('kernelStats');
gap();

p('// bundles');
poptBig('bundle', 'kernelBundle');
poptBig('bundle', 'lockdownBundle');
poptBig('bundle', 'supervisorBundle');
for (const key of groupKeys('bundle.')) {
poptBig('bundle', key);
}
Expand Down

0 comments on commit b5f6226

Please sign in to comment.